WHERE bodycare.avail='true' AND haircare.avail='true'
are you trying to pull in everything that is both both/haircare... are you if not.. possible use
Code:
WHERE bodycare.avail='true' OR haircare.avail='true'
if thats not what you are trying to do... please give us more information... because without it, we will not be able to find why you are pulling in extra data that you dont want.
the database will pull in everything that fits the "where" clause requirements
a good start of information to give us is exactly what is being returned.
Bookmarks