netpumber

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: jqgrid pager, php json file structure #101140
    netpumber
    Participant

    I've change a little the code but still have to change more..

    in reply to: jqgrid pager, php json file structure #101139
    netpumber
    Participant

    No one can help me to fix this json output ?

    in reply to: XML Parsing Error: junk after document element #98434
    netpumber
    Participant

    I made two changes and the error changed :

    change 1

    $sord = $_GET['sord'];

    INTO

    $sord = 'invid';

    change 2

    $SQL = “SELECT invid, invdate, amount, tax,total, note FROM invheader ORDER BY $sidx $sord LIMIT $start , $limit”;

    INTO

    $SQL = “SELECT invid, invdate, amount, tax,total, note FROM invheader ORDER BY $sidx , $sord LIMIT $start , $limit”;

    The XML error now be this :

    XML Parsing Error: junk after document element
    Location: http://localhost/SpDatabase/res/grid/
    Line Number 62, Column 1:
    11112001-01-10103.0045.00149.00
    ^

Viewing 3 replies - 1 through 3 (of 3 total)

Stay connected with us in your favorite flavor!