slyfox
11-18-2003, 09:42 AM
very new to php...
how do i get the value(123) in this query string? : ....com/index.php?123
this is what i tried sofar:
<?
$getQ = $QUERY_STRING;
print $getQ;
?>
and this is the error i get:
Notice: Undefined variable: QUERY_STRING in D:\Family\Matilda\Query\get.php on line 2
any help will do
how do i get the value(123) in this query string? : ....com/index.php?123
this is what i tried sofar:
<?
$getQ = $QUERY_STRING;
print $getQ;
?>
and this is the error i get:
Notice: Undefined variable: QUERY_STRING in D:\Family\Matilda\Query\get.php on line 2
any help will do