Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
But, its not working...$name=param("name"); $name=~s/ /%/g; $sql="select * from table where name like "%$name%";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: MySQL Select problem
by kabel (Chaplain) on Oct 09, 2002 at 15:02 UTC | |
by Anonymous Monk on Oct 09, 2002 at 15:13 UTC | |
by kabel (Chaplain) on Oct 09, 2002 at 15:21 UTC | |
Re: MySQL Select problem
by Mr. Muskrat (Canon) on Oct 09, 2002 at 16:35 UTC | |
Re: MySQL Select problem
by rdfield (Priest) on Oct 10, 2002 at 09:04 UTC | |
Re: MySQL Select problem
by screamingeagle (Curate) on Oct 10, 2002 at 19:17 UTC |