hallo alle zusammen..!
kann mir jemand sagen, warum das:
jenes ergibt:
kann mir jemand sagen, warum das:
PHP-Code:
$host = "xxx";
$myuser = "xxx";
$pwd = "xxx";
$db = "xxx";
$con= mysql_connect($host,$myuser,$pwd) or die(mysql_error());
mysql_select_db($db,$con);
$result= mysql_query("SELECT mid FROM m_data
WHERE rid='".get_rid()."' AND read='0'", $con) or die(mysql_error());
Code:
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 'read='0'' at line 1
Kommentar