javascript and PHP passing parameters

A

Anonymous

Guest
Dear all,

If I have the several buttons in the html form, when click it, it will call the function with id param and id will add to the global array. When click save button, it will call controller php page (codeigniter) to pass the global id array and update them in db.
How to do it??
I really do not know using javascript or php??
 
Back
Top