Helping you work smarter

error-code

PHP Error messages explained

Since PHP 4.2.0, PHP returns an appropriate error code along with the file array. The error code can be found in the error segment of the file array that is created during the file upload by PHP. In other words, the error might be found in $_FILES[‘userfile’][‘error’]. UPLOAD_ERR_OK Value: 0; There is no error, the file uploaded with […]

>>

,