0
I’m new to php and database. I would like to know how to search in the database the "name", "password" "email" through the id I receive via _GET from the previous page and display on the page I am on.
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 link send details via _GET the id of my field. What I wanted was that when I opened the "details" page the new table was automatically with the information of the selected field on the previous page. Is there any code that through the received id can query the specific columns that before did not show and display on the new page?
thanks for the help.
It’s not very clear what you want. It helps a lot if you include the code of what you’ve done so far (just what’s relevant to the question).
– user7261
It would be nice to ask exactly the stage that is doubtful, because the way it is has a lot of unknowns, and seems to me to have more of a problem in the same question. Suggested reading, to increase the chance of getting good answers in Stack Overflow: [Ask]
– Bacco