I am trying to save images in my database from HTML form. I have written PHP code to accomplish this task. The program is not generating any error message, but also not inse
This is the perfect code for uploading and displaying image through MySQL database.
Image uploaded."; header('location:urlofpage.php'); } else { echo " error "; } } ?>