I'm getting a syntax error from this update statement, and not sure why. Would appreciate any help, thanks!
$sql = mysql_query ("UPDATE `outage` SET `date` = $outagedate, `outagetype`=$outagetype, `mtcplant`=$mtcplant, `city`=$outagecity, `node`=$outagenode, `services`=$services, `custcount`=$custcount, `cbs`=$cbs,
`impact`=$impact, `desc`=$desc, `status`=$status WHERE ID=$id");
I've tried with and without backticks, and get the same error. Hoping its something simple that I'm overlooking.