Re: [PHP] about $_post

2002-09-19 Thread 1LT John W. Holmes
> $_POST[ID] > Since there are no quotes around the variable name ID and no dollar sign in > front of it, PHP will look for a constant named ID and if one is not found > it will blow chow. Depending on your error_reporting() level whether this "warning" is reported or not. Better to not use this

RE: [PHP] about $_post

2002-09-19 Thread Cal Evans
L PROTECTED] Subject: [PHP] about $_post Hi, I just want to learn if there is any differen between $_POST[ID] and $_POST['ID'] ..If there is.. does it cause a problem ?.. thanks meltem -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne

[PHP] about $_post

2002-09-19 Thread Meltem Demirkus
Hi, I just want to learn if there is any differen between $_POST[ID] and $_POST['ID'] ..If there is.. does it cause a problem ?.. thanks meltem -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php