Mysql
 sql >> Database >  >> RDS >> Mysql

PHP/PDO:SQl per trovare la riga che contiene un valore stringa

Inoltre @abhik's rispondi Se ti prepari fallo correttamente

$stmt=$connexion->prepare('select * from annonces where titre LIKE ?');
$result2=$stmt->execute(array('%'.$motscles.'%'));