Click here to Skip to main content
15,918,967 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Quote:
How to populate column values to the textboxes in user interface while retrieving data from MySQL where the same textboxes are used to insert data.
Suppose I have five textboxes. I have to insert data through that text boxes and populate the data in the same textboxes using primary key


What I have tried:

<tr><td>FIR No.</td><td><input type="text" name="e1" id="i1" ></td></tr>
Posted
Updated 27-Feb-17 0:59am

1 solution

Try going through this CRUD with PDO and OOP PHP[^] and see how much you can follow. If you have problem follow it through, you should head over to W3Schools Online Web Tutorials[^] to pick up the missing pieces.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900