I'm new to php and database. I would like to know how to search the database for the "name", "password" "email" through the id I get via _GET from the previous page and display on the page that I am.
To make it clearer. I have a page where there is a table and in this table I have several columns and one of the columns is a link called details in which opens a page with more details of the same field. in the details link sending via _GET the id of my field. What I wanted was that when I opened the "details" page the new table would automatically have the information of the field selected on the previous page. Is there any code that through the received id can query the specific columns that were not shown and displayed on the new page?
Thanks for the help.