On Wed, 2 Apr 2003, daniel wrote:
> if u need it to work for both versions use $HTTP_POST_VARS instead
Keep in mind that the deprecated PHP directive
track_vars must be on for $HTTP_*_VARS type
variables to exist in PHP versions prior to
4.0.3
Regards,
Philip
--
PHP General Mailing List (http
if u need it to work for both versions use $HTTP_POST_VARS instead
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hey thats harsh , use $_POST['form_name'] , i am currently having to work with
php3 even though i code for php4+ usually i hate 3 with a passion so limited.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
REGISTER_GLOBALS, REGISTER_GLOBALS, REGISTER_GLOBALS
Do you always upgrade your programs without reading anything about the
changes in the new version If so, I have a new version of that I'd like you to load on your computers. Please
contact me off-line...
---John W. Holmes...
PHP Archi
http://www.php.net/manual/en/language.variables.scope.php
http://www.php.net/manual/en/language.variables.external.php
Before PHP 4.2.0 the default value for register_globals was on. And, in
PHP 3 it was always on. The PHP community is encouraging all to not rely
on this directive as it's prefer
5 matches
Mail list logo