Hello,
On List view i have selected some check boxes and i want to send their id’s to another php page by clicking a button.
How can i do this ?
Please help me to post the id’s to another php page to print those records belong to the id’s
Hello,
On List view i have selected some check boxes and i want to send their id’s to another php page by clicking a button.
How can i do this ?
Please help me to post the id’s to another php page to print those records belong to the id’s
Check this page: http://jsfiddle.net/p58Hw/1/ which shows some javascript to accomplish part of what you want,
Next you have to send it to a php script, Depending on how you want to achieve it you could either create a button that calls the php script, or you could call it via ajax or in other ways.
This is another example: http://coursesweb.net/javascript/get-value-selected-checkboxes_cs