The particulars:
xitami
php5+
NScape8+
I changed up to php 5x and none of my superGlobals work ($GET, $POST, etc).
I even turned register_globals = on as a desperate attempt!
I'm submitting this to the php script by typing it in the browser address bar and hitting enter.
My url string:
http://127.0.0.1/test1/child1.php?var1=david
My script:
<?PHP
if( isset( $GET['var1'] ) ){
$output = $GET['var1'];
echo $output;
echo "<br />";
}
//just to make sure:
echo('<pre>');
print_r($_POST);
die();
?>
If this is a syntax error, then I'm just stoo...stoo...stoo...stoo...stoopid! (born in a barn and all.... )
Bless you, in advance