Extra Data To Server Side

Extra Data To Server Side

orchid1orchid1 Posts: 18Questions: 0Answers: 0
edited August 2009 in General
is this how you send extra data to the server ?
having problems with it

[code]

aoData.push( { "name": "IdNumber" , "value": "<?php echo $_SESSION['id']; ?>" } );

[/code]

then on the server I can just call


[code]

if (isset($_GET['IdNumber'])){

//some processing info goes here

}

[/code]
having issues sending extra data to the server
you can probably tell from my code i just want to send an extra variable to my server
that I can then call in the script

Replies

  • orchid1orchid1 Posts: 18Questions: 0Answers: 0
    that actualy does work

    Allen if you read this maybe I can write a tutorial for the server side
    instructions

    your dataTables has saved me a ton of work and I don't have lots of money but I have some spare time and would like to pay you back that way
  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin
    Hi,

    All help offered is welcome. I've just finished an update to the site for 1.5 being released, and I'll be publishing that soon. If you see anything missing, then please point it out!

    Allan
This discussion has been closed.