I've seen this done before.. but I'm not sure if the site used pure PHP or not:
It was like this... they had a URL that said something like..
http://members.website.com/membername
and it would point to..
http://members.website.com/profile.php?user=membername
If you noticed... the directory /membername/ was stored as the variable for $user
How could something like this be done? And can it be done with only PHP?
NOTE: I'm on a windows server running IIS 6