[thelist] php: difference between post vars?

Anthony Baratta Anthony at Baratta.com
Wed Aug 6 15:10:01 CDT 2003


At 12:42 PM 8/6/2003, Tom Dell'Aringa wrote:
>Hi,
>
>I'm wondering what the difference is between:
>
>$HTTP_POST_VARS['submit'] and $_POST['submit]

http://us3.php.net/variables.predefined

$_POST

     Variables provided to the script via HTTP POST. Analogous to the old 
$HTTP_POST_VARS array (which is still available, but deprecated).


---
Anthony Baratta
President
Keyboard Jockeys

"Conformity is the refuge of the unimaginative."



More information about the thelist mailing list