[PHP-DOC] Bug #18361 Updated: Tutorial on php.net still usses $HTTP_POST_VARS["name"]; which is deprecated From: drecaise <email protected>
Date: 07/15/02

 ID: 18361
 Updated by: drecaise <email protected>
-Summary: Tutorial on php.net still usses
                   $HTTP_POST_VARS["name"]; wich is deprecated
 Reported By: drecaise <email protected>
 Status: Open
 Bug Type: Documentation problem
 Operating System: all
 PHP Version: 4.2.1
 New Comment:

<edit> grammar correction </edit>

Previous Comments:
------------------------------------------------------------------------

[2002-07-15 18:43:15] drecaise <email protected>

On http://www.php.net/tut.php there is an example of how to get form
variables data into php variables. In this example
$HTTP_POST_VARS["name"]; is used instead of: $_POST["name"] Since the
manual tells the world that $HTTP_*_ is deprecated I think it is
sensible to make sure this beginners tutorial gives those beginners a
good example.

------------------------------------------------------------------------

-- 
Edit this bug report at http://bugs.php.net/?id=18361&edit=1

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