I had this problem before and I cant remember what the problem was.
Heres the query:
Which just tells me I have an error in the sql syntax.
Heres the query:
Code:
$query = "UPDATE bootleg_info SET ".
"band = '$band' ".
"venue = '$venue' ".
"aud_vid = '$audvid' ".
"shot_method = '$shot' ".
"rec_date = '$recdate' ".
" WHERE boot_id = '$bootid'";
Which just tells me I have an error in the sql syntax.