|
Alright, I got that one to work, but this one, on the actual page to display the songs...
$result = mysql_query("SELECT * FROM `sounds` WHERE `category` = $category ORDER BY `songname` ASC");
ERROR : 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 'ORDER BY `songtitle` ASC' at line 1
Any idea why?
Last edited by Reality15; 04-26-2006 at 06:37 AM..
|