In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Jaxon) wrote:
> Any way to combine both forms of url parsing?
> I want to use standard slash notation for navigation ,but also account for
> the occasional variable used within a single page.
>
> e.g. URL can be either:
> domain.com/index.php/main/index.html?ii=1
>
> or:
> domain.com/index.php/main/index.html?ii=1
Umm, how are these different?
(If you're trying to extract info from a url, perhaps
parse_url(),basename(), and/or dirname() are what you're seeking...?)
--
CC
--
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]