इसके अलावा @abhik's
उत्तर यदि आप तैयारी करते हैं तो इसे ठीक से करें
$stmt=$connexion->prepare('select * from annonces where titre LIKE ?');
$result2=$stmt->execute(array('%'.$motscles.'%'));
इसके अलावा @abhik's
उत्तर यदि आप तैयारी करते हैं तो इसे ठीक से करें
$stmt=$connexion->prepare('select * from annonces where titre LIKE ?');
$result2=$stmt->execute(array('%'.$motscles.'%'));