Jump to content

[SOLVED] How refer to the bit after the "?" (e.g. "x.php?theme=rabbits")


marmite

Recommended Posts

Hello,

 

On a given page, "www.x.com/view.php?theme=rabbits"

 

**$_SERVER['PHP_SELF'] returns "/view.php"

 

Is there any similar function to return the "?theme=rabbits" part?

 

I realise this is in $_GET but my users may have come from a number of different pages, using different GET parameters. So to return them to the exact same page they left, it would be a lot easier to be able to refer to the "?theme=rabbits" part.

 

Thanks...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.