Re: Getting base URL and parameters from a URL
On Feb 13, 10:36 pm, "Aaron Gray" <ang.use...@gmail.com> wrote:
> Hi,
>
> I am wanting to disect the $_SERVER['HTTP_REFERER'] URL into a base URL and
> its parameters. So I can do $_POST processing where appropriate.
>
> Is there a builtin function or functions that will do this for me ?
>
> Many thanks in advance,
>
> Aaron
<http://www.php.net/parse_url>
|