I have a page where I display some information in columns like:
Firstname
Surname
Dateofbirth
Age
And for each person I have more information in a database, how can I make a link to that information.
For example, if I have ROBERT on the first row: I want a linkfrom ROBERT to a standart page where ALL information about robert is displayed...
How could I do that.... I'm using a MySQL database...