This works for me on 7.1 beta 6; php-4.0.4pl1
$sql="SELECT *
FROM customer
WHERE $look_in ~*'$text' AND
mbewbe='$mbewbe' AND
c_state $query_location
ORDER BY company_name;";
jeff fitzmyers
>>>>
For whatever reason the *~ matching does not work in PHP4 (ie surname *~
)
(or more precisely I can't get it to work >>>>>>