I'm just curious if the _POST array is made available in PHP v4.0.1 and, if not, what versions it is. Thanks.
$POST and $GET are only in 4.2.0 and above. all the older versions have $HTTP_POST_VARS and $HTTP_GET_VARS
Originally posted by daarius $POST and $GET are only in 4.2.0 and above. all the older versions have $HTTP_POST_VARS and $HTTP_GET_VARS
Correction: 4.1.