Query fallita : 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 ';'' at line 1
questo è il problema che mi spunta
e questo è il codice che crea il problema:
<? include ('config.php');
$query=mysql_query("SELECT COUNT(*) as alias FROM forum_lite_thread WHERE forum_id LIKE '%1%';'
") or die("Query fallita : ".mysql_error() ); ?>
grazie
ciao