$sql_images = "'".$uploaded_image."', '".$uploaded_image2."', '".$uploaded_image3."', '".$uploaded_image4."', '".$uploaded_image5."'";
$db->query("UPDATE menu SET nav_name = $navigation, image_bg = $sql_images WHERE id = $id;") or die(mysql_error());
I cant update my table and I know that the problem is with the $sql_images variable because I have added quotations and have messed it all up, but that is how I want and need it, is there any way to add that variable in the table without any problem? because right now it gives me an error.
Try it like this