include("mheader.inc"); ?>
| Keyword Search: | ||
Keyword Searches may include multiple keywords. The most useful searches may involve company specialty and location. A search using keywords such as "drywall gulfport biloxi" will assemble a list of ASA members in the Gulfport-Biloxi area who are drywall contractors.
Keyword Searches may also include company names, in whole or part.
To search the directory Alphabetically by Company Name, place the single letter of the alphabet you wish to search in the text box above. A search using the letter "A" will assemble a list of all ASA members whose company name begins with the letter "A."
} else { ?> $keystring = urldecode($keystring); $link = mysql_connect("localhost","asams","Frisco"); $db = mysql_select_db("asams"); $query = "select record_id,keywords,sort_order from members order by sort_order"; $result = mysql_query($query,$link); $key_array = explode(" ","$keystring"); while ($row = mysql_fetch_array($result)){ extract($row,EXTR_OVERWRITE); $score = 0; if (eregi("^[a-zA-z]$",$key_array[0])){ if (eregi("^$key_array[0]",$sort_order)){ $score = 99; } } else { for ($i=0;$i