T_CONSTANT_ENCAPSED_STRING
Geplaatst: 14 mar 2005, 19:49
Welke fout heb ik dit keer gemaakt?
Line 299:Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/virtual/site78/fst/var/www/html/forum/viewtopic.php on line 299
Code: Selecteer alles
l") ? "LOW_PRIORITY" : ''; Code: Selecteer alles
AND user_id = " . $userdata['user_id'];
if ( !($result = $db->sql_query($sql)) )
{
l") ? "LOW_PRIORITY" : '';
$sql = "INSERT $sql_priority INTO " . TOPICS_WATCH_TABLE . " (user_id, topic_id, notify_status)
VALUES (" . $userdata['user_id'] . ", $topic_id, 0)";
if ( !($result = $db->sql_query($sql)) )