On Fri, November 4, 2005 8:59 am, Leonard Burton wrote:
> What do I need to do to extract foo.bar from path/to/file.php/foo.bar
>
> $_SERVER['REQUEST_URI'] will return the whole string but is there
> anything more direct than doing a regex and 'REQUEST_URI'?

http://php.net/basename
http://php.net/phpinfo

Look at output of phpinfo() and use browser "Find" to find what you
want in a sample script.  Then you know where PHP stores it.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to