I apologize if this has been asked. I did search the forum first. First off I'm new to PHP but I'm getting a hang on it I think.
I'm trying to create a way for users of my site (which is in the works) to be able to give links to their profiles to people like this
www.mysite.com/username
Kinda like myspace does. However I don't want to create a new directory for EVERY user because I'd still like them all to use
www.mysite.com/profile.php
instead of having to create a new one for everyone, because that obviously defeats the purpose of creating a data driven site anyway, right???
Anyone know how to do this?
Thanks
Tim