Good day,
I’m new to php…
I made an online web form using php/MySQL and managed to get the form to $_POST data to my database.
I have even managed to create a search function that displays the search criteria.
My question is, how do I display the searched data in the same fields I used to enter them into the database.
The reason is I want to be able to search for the user’s name for instance, then all the user’s details must appear already in the input fields so for in case he has to edit his details, he can do it and click update which would update the data with the new data.