Yep I forgot to mention that it is off by default :). Hmmm nice to know that 
there is shorter name :). Thanks for info, I haven't used PHP for long time.

On Monday 24 November 2003 17:13, Chris Shiflett wrote:
> To add to this, if register_globals is disabled by default, it is likely
> that you're using a version of PHP that is recent enough to have $_POST.
> So, you can use $_POST['foo'] instead of $HTTP_POST_VARS['foo']. Not only
> is it shorter, I believe the older name is deprecated.

-- 
:
:. kind regards
:..                      Martin Hudec
:.:
:.: =w= http://www.aeternal.net
:.: =m= +421.907.303393
:.: [EMAIL PROTECTED] [EMAIL PROTECTED]
:.:
:.: "When you want something, all the universe 
:.:   conspires in helping you to achieve it."
:.:                   - The Alchemist (Paulo Coelho)

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

Reply via email to