Hi, I'm Jeremiah Ikwuje, a software developer based in Abuja, Nigeria.
Nothing here yet.
No blogs yet.
Keerthi Kamarthi I think you should use $con->query($sql) instead of $con->prepare($sql) $sql = "DELETE FROM upload_img WHERE id = ?"; if (!$result = $con->query($sql)) { die('Query failed: (' . $con->errno . ') ' . $con->error); }