Jump to content

php query string


parag74254

Recommended Posts

In the simplest way

if(isset($_GET['url']) && trim($_GET['url']) != ''){
echo "<iframe src='".$_GET['url']."'></iframe>";
}

Iframing websites is horrible, blank pages, jump out of frame scripts,redirects and so on.

Also have the iframe sizing issues versus clients browser size.

Google will be a white page.

 

Any reason to try and iframe this when someone can visit there?

Link to comment
https://forums.phpfreaks.com/topic/293651-php-query-string/#findComment-1501688
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.