I need help with a problem:
I would like to make this with php and a database:
Have a list of names on one page, eg.
John Doe
Jenni Lee
Someone Someone
...
arranged alphabeticly and have them be links so when you click on one of the names that you get a page which is also being created from the databse where you get information about that person, e.g.
Picture
Name:John Doe
Age: 30
Background: bla bla bla ....
...
COuld someone help me out with giving me some info or links wher ei could find some info on how to do this or show me how to do this. Thanks in advance.