ChrisB: Parse error: syntax error, unexpected T_STRING, expecting ',' or

Beitrag lesen

Hi,

Danke dir, aber so funktioniert es auch nicht:

Du solltest dich mit den Grundlagen der Syntax beschäftigen, anstatt herumzuraten.

else {

  		echo $before."<a href=\"" . add_trailing_slash($scriptPath) . "viewtopic.php?f={$row['forum_id']}&t={$row['topic_id']}&p={$row['post_id']}#p{$row['post_id']}\" title=\"{$row['topic_title']}\">{$row['topic_title']}</a><br/> " . date($gtm, $row['post_time']) "<a href=\"" . add_trailing_slash($scriptPath) . "memberlist.php?mode=viewprofile&u=" . $row['poster_id'] . "\">" . $row['username'] ."</a>" .$after;  
  	}
  
Andere Ausdrücke hast du mit einander verkettet - warum an der Stelle jetzt nicht?  
  
MfG ChrisB  
  

-- 
Light travels faster than sound - that's why most people appear bright until you hear them speak.