"Phillip S. Baker" <[EMAIL PROTECTED]> wrote:
> Thanks that is what I needed.
> I am starting to learn more about phpinfo.
>
> Is there a really good place that documents all the options and variables
> and such?
You can find info about the environment variables and PHP variables in the
PHP manua
>phpinfo(); is your friend. Insert into a PHP script which has a query
>string (the part of the URL after the ?) and look at the environment
>variables available and listed in the output generated by phpinfo(). The
>variable you're looking for is $QUERY_STRING, but you really should get
>famili
"Phillip S. Baker" <[EMAIL PROTECTED]> wrote:
> Is there an easy way to pull all the variables after the URL?
>
> Let use say that the page I am looking at is this.
>
> www.somewhere.com/pages.php?id=27&color=red&bgcolor=green
>
> Now on the page I want a link to have the 3 variables from above.
>
Is there an easy way to pull all the variables after the URL?
Let use say that the page I am looking at is this.
www.somewhere.com/pages.php?id=27&color=red&bgcolor=green
Now on the page I want a link to have the 3 variables from above.
I know I can do this.
Click Here
But I am wondering if th
4 matches
Mail list logo