I have a graph that i need to be dynamic in the sense that a user would click a checkbox and select which info will be displayed. I can do this using php, but i want a seamless transition done. My thoughts are AJAXSO basically i need a way to send a a request to a php page lets say graph.php with a variable set liek so:
graph.php?id=1
Can someone point me in the right direction regarding this please, i presume i can use the onCheck on the check box and have a small function to handle the ajax request, Just to summerize:
Checkbox Clicked --> Request to php page with a variable set --> Return the php page.
Thanks for the help in advanace![]()



SO basically i need a way to send a a request to a php page lets say graph.php with a variable set liek so:


Bookmarks