Posted by Curt Zirzow on 01/09/05 17:26
* Thus wrote Tim Burgan:
> Hello,
>
> I have a page where the URL is along the lines of
> http://www.example.com/test.php
>
> I've tried using the parse_url() function without success.. I'm trying
> to just get "test.php" returned as a string.
How are you using parse_url()? $_SERVER['REQUEST_URI'] will have
exactly what you need.
Curt
--
Quoth the Raven, "Nevermore."
[Back to original message]
|