What is the difference in using $HTTP_POST_VARS['field'] and $_POST['field']? what makes the difference?
$HTTP_POST_VARS
is the old (deprecated since PHP4.1.0) way of accessing POST data. You never use it nowadays, unless you are working on an ancient legacy application.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With