Query gaat mis :S
Paul K
20/01/2007 12:05:00Mijn query is als volgd:
dan krijg ik de fout:
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 'WHERE cat= '1'' at line 1
Code (php)
1
2
3
2
3
<?php
$result = mysql_query("SELECT titel,door FROM forum_topics ORDER BY datum DESC WHERE cat= '1'")or die (mysql_error());
?>
$result = mysql_query("SELECT titel,door FROM forum_topics ORDER BY datum DESC WHERE cat= '1'")or die (mysql_error());
?>
dan krijg ik de fout:
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 'WHERE cat= '1'' at line 1
Gewijzigd op 01/01/1970 01:00:00 door Paul K
PHP hulp
19/11/2024 20:29:48jasper
20/01/2007 12:12:00Frank -
20/01/2007 12:16:00Query is niet goed, de WHERE staat op de verkeerde plek. Zie de MySQL-handleiding voor de juiste syntax.