Jump to content
MakeWebGames

Recommended Posts

Posted

Can anyone help me fix this error with this >> Money :'.number_format($ir['money']).'. The error i am getting is >> Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in / and i can't seem to fix it.

 

print <<<OUT
<table width=75% bgcolor=green><tr><td width=100% height=30 align=center bgcolor=green></td></tr></table>

<table width=75% border=1 bordercolor=#000000 align=center bgcolor=pink cellpadding=0 cellspacing=0>

<table width=75% align=center bgcolor=#bbbbbb>
<tr align=center>

[b]Money :[/b][b]'.number_format($ir['money']).'[/b]

</tr>
<tr align=center>
<td>[b]Energy{$set['game_energy']}:[/b] {$enperc}  
<img src=images/bar_left.gif height=5><img src=images/greenbar.gif width=100 height=5><img src=images/redbar.gif width=0 height=5><img src=images/bar_fil_end.png height=5></td>
<td>[b]Will{$set['game_will']}:[/b] {$wiperc}  
<img src=images/bar_left.gif height=5><img src=images/greenbar.gif width=100 height=5><img src=images/redbar.gif width=0 height=5><img src=images/bar_fil_end.png height=5></td>
<td>[b]Brave{$set['game_brave']}:[/b] {$ir['brave']}/{$ir['maxbrave']}  
<img src=images/bar_left.gif height=5><img src=images/greenbar.gif width=100 height=5><img src=images/redbar.gif width=0 height=5><img src=images/bar_fil_end.png height=5></td>
<td>[b]Health{$set['game_health']}:[/b] {$hpperc}  
<img src=images/bar_left.gif height=5><img src=images/greenbar.gif width=100 height=5><img src=images/redbar.gif width=0 height=5><img src=images/bar_fil_end.png height=5></td>
</tr>


<table width=800px border=0 cellpadding=0 cellspacing=0>



OUT;

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...