Тема: Ошибка You have an error in your SQL syntax;
Ребята помогите выходит ошибка You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'on' at line 1
Код: $query_form_upd = "SELECT * FROM ".$tblname." WHERE ID_autobus = ".$_POST['chooseRow'];
$result_form_upd = mysql_query($query_form_upd) or die("Query failed : " . mysql_error());