Hello,
I've got a strange pb. Here's my code

<?
if(isset($_GET[id])){
do something...
else
do something else
}
?>

When I call myfile.php I've got the "somthing else" with no error.
When I call myfile.php?id=1 I've got the "something" but with an error message "Notice: Use of undefined constant id - assumed 'id' in ..."

Please help


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

Reply via email to