Ciao a tutti
Sto avendo dei problemi con una query.
mid a questo errore:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Like '%scusa%'' at line 1
la linea di codice è la seguente:
$queryelbot=mysql_query("Select * From archivio Where BOT='".$risbot["BOT"]."' and Like '%".$_POST["cerca"]."%'",$db) or die (mysql_error());
mi sapreste dire qualcosa???