Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<?php
print '<html><body><pre>';
print_r ($_GET);
print '</pre></body></html>';
?>
<?php
$fh = fopen ('[URL unfurl="true"]http://www.foreignserver.com/test_show_get.php?var1=val1&var2=val2',[/URL] 'r');
while ($line = fgets ($fh))
{
print $line;
}
?>