Page 1 of 1

how do I make a virtual directory with a database result

Posted: Fri Jul 21, 2006 8:20 am
by KOPFC
The database I am building will have people and information about them stored in it. I want to be able to give visitors links such as

http://www.mysite.com/person_one
http://www.mysite.com/person_four

etc...

and have it pull up the correct persons page. I don't want to have to make the directories manually each time. I want this process automated as there will be well over 150 people, and there will be 10 to 20 additions/deletions a month.

Any idea's on the best way to do that?

KOPFC

Posted: Fri Jul 21, 2006 8:33 am
by feyd
Use mod_rewrite or your web server's equivalent.