ciao,
ho un problema di errore "Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\wamp\www\site\index.php on line 123
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"
ecco codice:
Codice PHP:
$query_record = mysql_query("SELECT * FROM cert WHERE id=$id");
$row_record = mysql_fetch_assoc($query_record);
![]()