Question : non-working query

I am attempting to create a search form without any luck.  I have the search form setup on a separate page with three fields: name, agency, and specialty.  I am merely trying to search three columns in one table named Contact.  The form is working for the middle field, agency, but not for the other two.  Thanks in advance!!  Here is my query:
1:
2:
3:
4:
5:
mysql_select_db($database_eheart, $eheart);
$query_SearchResults = sprintf("SELECT Contact.`First Name`, Contact.`Last Name`, Contact.email, Contact.Agency, Contact.Specialty, Contact.Phone, Contact.ptype, Contact.Phone2, Contact.ptype2, Contact.Address, Contact.Address2, Contact.City, Contact.Zip, Contact.Category FROM Contact WHERE 'First Name' LIKE %s AND Agency LIKE %s AND Specialty LIKE %s ORDER BY Contact.`First Name`", GetSQLValueString("%" . $varcontact_SearchResults . "%", "text"),GetSQLValueString("%" . $varagency_SearchResults . "%", "text"),GetSQLValueString("%" . $varspecialty_SearchResults . "%", "text"));
$query_limit_SearchResults = sprintf("%s LIMIT %d, %d", $query_SearchResults, $startRow_SearchResults, $maxRows_SearchResults);
$SearchResults = mysql_query($query_limit_SearchResults, $eheart) or die(mysql_error());
$row_SearchResults = mysql_fetch_assoc($SearchResults);

Answer : non-working query

Yes you can set up bitlocker on jump drives. you can even set up bitlocker on external hard drives.  The only drawback of doing this is that if you connect to a Windows XP machine, you will only have read access to the jump drive or external hard drive.
Random Solutions  
 
programming4us programming4us