User Profile
Collapse
-
Thanks for the response! Researching online for a solution I come to a conclusion to use a onChange function (JS) within the option value that will be called. My hang up is how to start it. Basically, the AutoSuggest filters Cities from the database based onKeypress function and shows results ... what I am trying to do is filter the results only to show RV Service, RV Parks, and etc. ... each CITY line item in the database have option values 'SVC'... -
AutoSuggest Results Filtered via Drop Down
http://www.etcontrol.c om/autosuggest/autosuggest.php
I am trying to add a drop down to filter the results. Is there a way to do that? Or just point me in the right direction. Thanks!!!
...Code:<?php include('xxxx.php'); $SQL_FROM = 'directory'; $searcht = $_GET['t']; $SQL_WHERE = 'City'; if ($searcht=='Zip') $SQL_WHERE = 'Zip';
No activity results to display
Show More
Leave a comment: