marmite Posted April 25, 2007 Share Posted April 25, 2007 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... Link to comment https://forums.phpfreaks.com/topic/48616-solved-how-refer-to-the-bit-after-the-eg-xphpthemerabbits/ Share on other sites More sharing options...
taith Posted April 25, 2007 Share Posted April 25, 2007 $_SERVER['QUERY_STRING'] Link to comment https://forums.phpfreaks.com/topic/48616-solved-how-refer-to-the-bit-after-the-eg-xphpthemerabbits/#findComment-238050 Share on other sites More sharing options...
marmite Posted April 25, 2007 Author Share Posted April 25, 2007 Brilliant! Thanks! Link to comment https://forums.phpfreaks.com/topic/48616-solved-how-refer-to-the-bit-after-the-eg-xphpthemerabbits/#findComment-238090 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.