Dethman Posted August 14, 2008 Share Posted August 14, 2008 Ok this is the PHP: $SQL = "SELECT * FROM `Gallery_Items` ORDER BY WHERE `Gallery_ID` ='$page' ASC"; Need some help with the query ^.^ - Thanks Alot, Brian Flores CEO, NimbusGames,llc Link to comment https://forums.phpfreaks.com/topic/119742-need-some-help-with-this-query/ Share on other sites More sharing options...
revraz Posted August 14, 2008 Share Posted August 14, 2008 $SQL = "SELECT * FROM `Gallery_Items` WHERE `Gallery_ID`='$page' ORDER BY Gallery_ID"; Link to comment https://forums.phpfreaks.com/topic/119742-need-some-help-with-this-query/#findComment-616924 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.