olm75 Posted August 14, 2005 Share Posted August 14, 2005 i think my problem mostly lies in the query itself...this is what i have: [!--PHP-Head--][div class=\'phptop\']PHP[/div][div class=\'phpmain\'][!--PHP-EHead--] SELECT venuename, address, city, `state`, zip, phone, areacode FROM venues_new WHERE venuename LIKE \'MMColParam%\' AND areacode = \'varAC\' [/span][!--PHP-Foot--][/div][!--PHP-EFoot--] but what i want to do is allow the viewer to search with 1 or any combination of fields in the search form...to get results or narrow results, what this query is doing is making them choose both fields without having the option to choose just one...if they want a much broader search....and i have 4 more list/menu search fields to add on.... here is the form: http:// http://www.nightspotz.com/search1.php Link to comment https://forums.phpfreaks.com/topic/2448-how-can-i-change-this-query/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.