Extra Data To Server Side
Extra Data To Server Side
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
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
This discussion has been closed.
Replies
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
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