RE: Wildcard queries via PHP4 - Mailing list pgsql-php

From Jeff Fitzmyers
Subject RE: Wildcard queries via PHP4
Date
Msg-id 371EAC487A83CD4296F6999FD088D83305895B@atlas.managestar.com
Whole thread Raw
In response to Wildcard queries via PHP4  (rickf <rickf@dufferinresearch.com>)
Responses Re: RE: Wildcard queries via PHP4  (Grant <grant@conprojan.com.au>)
List pgsql-php
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 >>>>>>

pgsql-php by date:

Previous
From: "Adam Lang"
Date:
Subject: Re: Sorting after a search
Next
From: Grant
Date:
Subject: Re: RE: Wildcard queries via PHP4