I get this error everytime i hit the submit button. Everything else is submitted to the database, only the image isn\'t. Warning: file_get_contents(): Filename cannot be empty
make sure you add enctype="multipart/form-data" attribute in your tag. like
enctype="multipart/form-data"