image not uploading to mySql via Php – Apache
This function, seems pretty standard, I am not really getting an active button that uploads to the list in my database? if(isset($_POST['submit'])){ //THis is how you upload a picture to a website $file = $_FILES['file']; print_r($file); $fileName = $_FILES['file']['name']; $fileTmpName…