Posted by strawberry on 06/08/06 15:11
Hang on, what about '$PHP_SELF?menu=man&pageid=mfrs/register' ?
Henrik Hansen wrote:
> "Seth" <seth7f@gmail.com> writes:
>
> > If my current page is:
> > www.domainname.com/index.php?menu=man&pageid=mfrs/register
> > $PHP_SELF returns:
> > index.php
> > What function can I use to return:
> > index.php?menu=man&pageid=mfrs/register
>
> I think you want $_SERVER["PHP_SELF"] . $_SERVER["QUERY_STRING"]
>
> you can see them all if you do a phpinfo();
>
> --
> Henrik Hansen
[Back to original message]
|