On Tue, 16 Jan 2001, William Bailey wrote:
> Hi,
> Is there a way to pass variables as 'friendly' urls? So instead of
> haveing a url like www.blah.co.uk/profile.php?team=tigers i could have
> www.blah.co.uk/profile.php/team/tigers which would call profile.php and set
> team to tigers.
>
You need to parse some of the environment variables to get this data,
$pathArray = explode("/",$HTTP_SERVER_VARS[PATH_INFO])
seems to be particularly helpful.
Put a call to phpinfo() into your file and see what's there.
- Tim
> Is there a way to pass variables as 'friendly' urls? So instead o
Hi,
Is there a way to pass variables as 'friendly' urls? So instead of
haveing a url like www.blah.co.uk/profile.php?team=tigers i could have
www.blah.co.uk/profile.php/team/tigers which would call profile.php and set
team to tigers.
I've been playing with it but i can't seem to g
3 matches
Mail list logo