Jump to content

Getting Current Page Name and Parameters


barkster

Recommended Posts

[!--quoteo(post=386950:date=Jun 22 2006, 04:07 PM:name=barkster)--][div class=\'quotetop\']QUOTE(barkster @ Jun 22 2006, 04:07 PM) [snapback]386950[/snapback][/div][div class=\'quotemain\'][!--quotec--]
How do I get the pagename and any parameters that are in the url? I can get the pagename with basename($_SERVER['PHP_SELF']); but it doesn't catch any parameters like pagename.php?lookhere=True

Thanks
[/quote]
$_GET["lookhere"] would automatically contain the value of True. Use $_GET to get any variables from the URL.

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.