Re: search inclose in double quote
Thank's for help.
MySQL: 5.0.51a
Extensions PHP used: mysql .Type: MyIsam
Here is the PHP code :
$connect=@mysql_connect(SERVEUR,NOM,PASSE) or exit(mysql_error());
@mysql_select_db(BASE, $connect) or exit(mysql_error());
if ($Kery != '');
{
$requete = "SELECT * FROM Base WHERE MATCH (Champ1,Champ2) AGAINST ('$Kery' IN BOOLEAN MODE) order by Champ1 ";}
$requete=htmlspecialchars($requete);
$result = @mysql_query($requete, $connect) or exit(mysql_error() );
Subject
Views
Written By
Posted
2493
June 06, 2012 04:27AM
1405
June 12, 2012 09:43PM
Re: search inclose in double quote
1550
June 15, 2012 09:14AM
1811
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.