Take a look at URL rewrites if you're using apache.
They allow use of regexp to map something like
www.myWebSite.com/user1
to
www.myWebSite.com/user.php?uid=user1
The visitor only ever sees the URL typed in but it is
processed as the
second option.
Cheers,
Mal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "PHP & MySQL" group.
To post to this group, send email to phpmysql googlegroups.com
To unsubscribe from this group, send email to
phpmysql-unsubscribe googlegroups.com
For more options, visit this group at http://groups
.google.com/group/phpmysql
-~----------~----~----~----~------~----~------~--~---
|