Roost3r
09-23-2002, 11:34 PM
i looked on php.net and the forums here and didnt find much to help me with this
i have a query string like this:
http://localhost/review/show.php?newsid=6&p=1
i checked my php.ini and register_globals was on
in my php file i tried:
echo $newsid;
print $newsid;
$_GET['newsid'];
$_GET["newsid"];
none of em worked; any ideas
i have a query string like this:
http://localhost/review/show.php?newsid=6&p=1
i checked my php.ini and register_globals was on
in my php file i tried:
echo $newsid;
print $newsid;
$_GET['newsid'];
$_GET["newsid"];
none of em worked; any ideas