Hi Guys,
I have this query i need to do:
But it keeps giving me errors, but if i remove theCode:SELECT ClickID, AffID, Date, Time, IP, Referrer FROM `clicks` WHERE (`Date` >= {$MONTHLY} AND `Date` <= {$MONTHLYTO} AND `ProID` = '3' AND `ProID` = '6')part then it works fine but i only want it to select everything where the ProID values matches those 2 values.Code:AND `ProID` = '3' AND `ProID` = '6'
Can anyone help me here please?
Thank you!



Thank You!
Reply With Quote


Bookmarks