Forum Moderators: coopster
But I'm not sure how to include it in my query which is also calling other items from the database:
$result1 = mysql_query("SELECT * FROM practice AS p, project AS t, regions AS r, gpcats AS c
WHERE p.id = t.id AND t.region = r.region AND p.gpid = c.gpid AND gptext LIKE '%$search%' AND $region=0 AND '$cat'='0'
GROUP BY p.gpid
ORDER BY verified DESC
"
Can anyone shed any light?
Thanks
Wendy