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
2886
June 06, 2012 04:27AM
1623
June 12, 2012 09:43PM
Re: search inclose in double quote
1759
June 15, 2012 09:14AM
1999
June 16, 2012 03:59PM
1643
June 15, 2012 09:00AM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
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.