These informations:

I want to put here:

p.s. with my knowledge I just can put one row not all.
Moderator: General Moderators


I tried that, but just the information of ID goes to the other page.mattpointblank wrote:Make your link something like:
showdata.php?id=123
then on the page, query your database for record #123 and populate the forms with the relevant info.
Whether it's a bad idea depends on what kind of information it is. If it is confidential data or anything you wouldn't want someone to know, it's certainly a bad idea, since it is easy to see in the URL and someone can try other data to get other responses from the server.MicroBoy wrote:Is a bad idea to post the informations to another page using? otherpage.php?name=example&age=33&birthplace=usa etc...?