Re: [PHP] RE:PHP | MySQL Search

2001-03-13 Thread Rick St Jean
If the fields are all integers then it is: >SELECT HouseID FROM Search WHERE CountryID=2 AND PriceID=3 AND (FacilityID=5) Rick At 07:12 PM 3/13/01 -0800, Dennis Gearon wrote: >I never have luck putting single quotes around anything but strings, or >column names when called for. You might try

[PHP] RE:PHP | MySQL Search

2001-03-13 Thread Dennis Gearon
I never have luck putting single quotes around anything but strings, or column names when called for. You might try your SELECT statement without 's >Query 1 : > >(I only want result on houses which are in country 2 and in price 3 and >facility 1 must be included on the spot) > >I've used : >