ohdang888 Posted March 30, 2008 Share Posted March 30, 2008 in a query, would i use... WHERE `id`= '$id' AND `page`='$page' or would i do... WHERE `id`= '$id', `page`='$page' thanks.... Link to comment https://forums.phpfreaks.com/topic/98548-multiple-wheres/ Share on other sites More sharing options...
MadTechie Posted March 30, 2008 Share Posted March 30, 2008 have you tried it ? you could also look here Note its the WHERE `id`= '$id' AND `page`='$page' Link to comment https://forums.phpfreaks.com/topic/98548-multiple-wheres/#findComment-504358 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.