m00nz00mer Posted February 19, 2008 Share Posted February 19, 2008 $titleQuery = "SELECT catDesc FROM nbc_category WHERE catID='".$_GET['categoryID']."'ORDER BY='catDesc'"; is that the right way to execute orderby? Link to comment https://forums.phpfreaks.com/topic/91899-another-syntax-error/ Share on other sites More sharing options...
sasa Posted February 19, 2008 Share Posted February 19, 2008 no use ORDER BY column_name ASC or DESC Link to comment https://forums.phpfreaks.com/topic/91899-another-syntax-error/#findComment-470579 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.