So here's my query:
$sql="INSERT INTO news (date,time,member_id,chapter_id,headline,article,show) VALUES ('$date','$time','$poster_id','$chapter_id','$headline','$article','$show')";
but for some reason I keep getting the error:
"You have an error in your SQL syntax. Check the manual that...