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

Beitrag lesen

Sorry, hier der Code im PHP Block:

»» »»    . "<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;