Hi,

I've recently upgraded from PHP 4.0.4p11 -> PHP 4.2.1, but now there seems
to be a problem that variables from POST/GET are not being passed to the
PHP page. For example, with the following file test.php, using the URL
'test.php?mid=1' displays 'nope'.

<?
if (isset($mid))
        echo "$mid";
else
        echo "nope";
?>


Is this a known problem, or is this some configuration issue?

Thanks for any help,


Mike

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to