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 or myfile.php?id=1 I've got 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