Parse error: syntax error, unexpected T_STRING, expecting ',' or ';'
I do not know too much about PHP, is there someone here able to assist me with this? Any help or tips would be appreciated. Thank you.
include_once (ROSTER_BASE.'lib/menu.php');
/******************************
* if( !empty($GuildInfo) )
* {
* print border('syellow','start',$wordings[$roster_conf['roster_lang']]['Guild_Info']).'<div class="GuildInfoText">'.nl2br($GuildInfo).'</div>'.border('syellow','end');
* }
******************************/
echo '
I'm trying to add HTML in here.
and here
and here and so on
';
include_once(ROSTER_BASE.'roster_footer.tpl');
?>