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

Problemi con la funzione di ricerca php e ajax

$row è un array, non un oggetto, devi usare $row['title'] o mysqli_fetch_object() invece di mysqli_fetch_array().

In effetti stai già usando la sintassi corretta nel tuo echo ma non in $string.

Ovviamente, $string deve essere emesso da qualche parte...