Tag Archives: Configuration

PHP $_POST Empty After Setting post_max_size & upload_max_filesize

$_POST was empty! Firebug showed that the web browser was submitting the form’s data to the server. Yet, for some reason, PHP was not putting the data into the $_POST array. If I switched the form’s action from POST to … Continue reading

Posted in Programming | Tagged , | Leave a comment