Re: extracting foo.bar from path/to/file.php/foo.bar
Posted by Curt Zirzow on 11/04/05 21:24
On Fri, 04 Nov 2005 09:59:16 -0500, Leonard Burton wrote:
> Greetings,
>
> 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'?