All other mysql queries execute except this one:
Can anyone help me with this?
Code:
$setcurrent = mysqli_query("UPDATE blog SET currentblog = (id = '55')") or die('Error, failed to set current blog');
Comment