User Profile

Collapse

Profile Sidebar

Collapse
mfdesigns
mfdesigns
Last Activity: Jul 13 '08, 10:00 PM
Joined: Jul 8 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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'...
    See more | Go to post

    Leave a comment:


  • mfdesigns
    started a topic AutoSuggest Results Filtered via Drop Down

    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';
    ...
    See more | Go to post
No activity results to display
Show More
Working...