in reply to MYSQL while function
That being said, you really should try to implement some of the suggestions from other monks if you are going to post more than 1 question on essentially the same problem.WHERE category = '$id' AND (description LIKE '%$search%' OR itemid LIK +E '%$search%' OR longdescription LIKE '%$search%') is different from WHERE (category = '$id' AND description LIKE '%$search%') OR itemid LI +KE '%$search%' OR longdescription LIKE '%$search%'
|
|---|