Hello Everybody,
I have table that would display data related to users (say First Name, Last Name, Address, Contact No. etc.) and these data would be inserted to this table using a dialog box. So, as and when a user add his / her information through this dialog box a new row would be added to that table. So the idea is to add rows dynamically to that table.
Currently I am inserting the data to that table using innerHTML. But these data are not getting stored in the database. So what should I do to store these data in the database?
Please adviceā¦
Thanks
Asish