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? Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/91899-another-syntax-error/#findComment-470579 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.