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 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 get it to set the
> variables. It will run the script (profile.php) but the variable $team if
> still unset.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]