Re: search inclose in double quote
What if $Kery has an apostrophe in it?
$requete = "SELECT * FROM Base WHERE MATCH (Champ1,Champ2) AGAINST ('$Kery' IN BOOLEAN MODE) order by Champ1 ";}
-->
$eKery = mysql_escape_string($Kery);
$requete = "SELECT * FROM Base WHERE MATCH (Champ1,Champ2) AGAINST ('$eKery' IN BOOLEAN MODE) order by Champ1 ";}
Subject
Views
Written By
Posted
2493
June 06, 2012 04:27AM
1405
June 12, 2012 09:43PM
1550
June 15, 2012 09:14AM
Re: search inclose in double quote
1810
June 16, 2012 03:59PM
1427
June 15, 2012 09:00AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.