Could you guys please tell me what is missing on this code. because i get SQL Syntax Error.
i have created table with three colums. ID is auto incriminating and Ima
You forgot to wrap $img_name in '
$img_name
$query = mysqli_query($Con, "INSERT INTO `cars_tbl` (ID, Name, Image) VALUES ('', '$img_name', '$image')");