I have following query
$sql=" UPDATE reg_voters_t SET county='$county', constituency='$constituency', regcenter='$regcenter' WHERE IDNo='$IDNo'";
When i run above query i am getting this error-
Parse error: syntax error, unexpected '$sql' (T_VARIABLE) in 15