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.... Quote 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' Quote Link to comment https://forums.phpfreaks.com/topic/98548-multiple-wheres/#findComment-504358 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.