Page 1 of 1

using the address bar to recieve a string

Posted: Wed May 31, 2006 10:46 am
by prldoyle
I'm in the process of making a web app, I need to be able to let people have a custom page when they visit.

this will be done by reading their name off of the address bar. The site will not be for a set few people, so it will have to be dynamic.

My idea if possible is for people to got a an address in the following format.


http://www.domain.com/personname or http://www.domain.com/personname.php


Does any one know how i can let people go to this address and it will (in the background) go to another page and read in the personname and do things with the name but the whole time looks like it is dtaying at the address they typed in?

I know how do read the personname off the address bar, i just don't how i can make it go to the same page which does this when the person name can be anything?

I hope this makes sense!!!

Cheers

Posted: Wed May 31, 2006 10:56 am
by ok
Post what you wrote...

Posted: Wed May 31, 2006 11:04 am
by RobertGonzalez
mod_rewrite.