Posts by Jolene Oliveira • 33 points
1 post
-
2
votes1
answer695
viewsQ: Notice: Undefined index in variable $_FILES (upload PHP)
I created this code to add products to my database, only that there is an error in the image, says I did not set it. the code is this: <?php ob_start(); session_start(); require 'ligarDb.php';…