2007-08-29, 07:19 AM
I have problem (again?)
When I put it where you said i have an error that says:
When I put it where you said i have an error that says:
Parse error: syntax error, unexpected '}', expecting ',' or ';' in /var/www/web35/html/forum/global.php on line 69
My code looks: (line 69 is marked)// REPUTACJA PLUS START
if($mybb->user['reputation'] == 0)
{
echo "<img src='images/repbit_bal.gif'>"
} <- LINE 69
else if($mybb->user['reputation'] >= 1)
{
echo "<img src='images/repbit_pos.gif'>"
}
else if($mybb->user['reputation'] >= 10)
{
echo "<img src='images/repbit_pos.gif'><img src='images/repbit_pos.gif'>"
}