Hello,
I have a query that needs to perform the following:
where verified=1
AND
where name is like '%$term%' AND/OR owner is like '%$term%'
I have a basic knowledge of SQL and was wondering if the above is possible.
I need the and/or because i would like it to return a result whether only a name was found, just an owner, or both.
Please help me :)
--Turt2Live