Hello
How do you doin
I wantto know what this difference between $HTTP_POST_VARS['somevariable'] and $_POST['somevariable']
I read the first one is safer than the second one because the second one prevents hackers from hacking through the computer.. what computer is that?? And how is it safer??
There are more than one global variable that have been deprecated by the creation of another global variable. e.g. $HTTP_POST_FILES was deprecated by $_FILES
Thank you