How to update or either edit the form data that is already summited by the user. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to update or either edit the form data that is already summited by the user.

I have built a product entry page where user can add there own product and that goes to a MySQL database, But i am stuck thinking if the user entered wrong data and want to edit the data by himself by directly going to the same page where he filled the data's and what the data's already displayed in the field. Anyone have the knowledge on this can please share with us..

29th Jun 2016, 4:29 AM
roshan regmi
roshan regmi - avatar
1 Answer
+ 2
As much as I am getting u, solution to this is as following :- fetch all product rows data , u think necessary, and display this in form of table , then add extra columns having links to edit , delete option associated to each row.(sql update, delete commands will be required while creatig php pages,to be linked in columns, ) I hope this will help
30th Jun 2016, 11:17 AM
Madhvendra Singh Singh
Madhvendra Singh Singh - avatar