Error Message

admin

Administrator
Staff member
Has anybody encounter this error message reported by mysql_error() before ?

"MySQL server has gone away"

I've a form that collects file upload information then post it to a PHP file for processing. The PHP script reads the upload and serialize to the MySQL database.

Everything was perfect until I started to re-arrange my codes into different files. Then, I use include_once() instead of include(). In addition, I used ob_start() command to solve my re-direct problem with header() command.

Thanks.
 
Back
Top