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

Beitrag lesen

Hi,

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;  
  	}
  
  

> ...date($gtm, $row['post\_time']) <a href=\"" . add\_trailing\_slash(...  
  
Dass dieses <a href= vom Syntax-Highlighting anders dargestellt wird, als die anderen Stellen, wo HTML-Tags in deinem Code vorkommen, ist dir nicht aufgefallen?  
  
MfG ChrisB  
  

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