View Single Post
  #4  
Old 08-19-2003, 10:56 AM
 
rodneyw rodneyw is offline
 

Senior Member
  
Join Date: Mar 2003
Posts: 162
 

Default

ok, after searching the forums and trying to figure this out I can't not get the customer/search.php to pick up on the extra field (param00)

There seems to be only 2 places where it makes sense to add the conditions for param00 and that is in the $substring_query. Anything wrong with my code here?

Code:
$substring_query = "AND (($sql_tbl[products].param00 like '%$substring%' or $sql_tbl[products].product like '%$substring%' ....

and

Code:
$substring_query = "AND ($sql_tbl[products].param00 like '%$substring%' or $sql_tbl[products].product like '%$substring%' OR ....
Reply With Quote