Jump to content

$_GET


Arao

Recommended Posts

If you want to pas the GET data from the parent window then you'll want to feed the GET data to the frame like so:
[code]<frame src="pagename.php?<?php echo $_SERVER["QUERY_STRING"]; ?>">[/code]
Now your pagename.php should be able to access the GET data in the parent window.
Link to comment
https://forums.phpfreaks.com/topic/7496-_get/#findComment-27531
Share on other sites

[!--quoteo(post=365367:date=Apr 16 2006, 03:12 PM:name=wildteen88)--][div class=\'quotetop\']QUOTE(wildteen88 @ Apr 16 2006, 03:12 PM) [snapback]365367[/snapback][/div][div class=\'quotemain\'][!--quotec--]
If you want to pas the GET data from the parent window then you'll want to feed the GET data to the frame like so:
[code]<frame src="pagename.php?<?php echo $_SERVER["QUERY_STRING"]; ?>">[/code]
Now your pagename.php should be able to access the GET data in the parent window.
[/quote]

thanks!
Link to comment
https://forums.phpfreaks.com/topic/7496-_get/#findComment-27611
Share on other sites

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.