> $_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
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
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
3 matches
Mail list logo