Jump to content
MakeWebGames

Recommended Posts

Posted

I need help on this new header i am making i get this error

Parse error:  syntax error, unexpected T_LNUMBER in /home/********/public_html/header.php on line 488

 

Line 488 is

 

print "</td><td width="85%"  bgcolor="#000000" valign="top"><center><center>[img=images/New/minwidth.png]</center>
<hr />
";

 

The entire function is

function menuarea()
{
include "mainmenu.php";
global $ir,$c;
$bgcolor = '000000';
{
print "</td><td width="85%"  bgcolor="#000000" valign="top"><center><center>[img=images/New/minwidth.png]</center>
<hr />
";
}
if($ir['hospital'])
{
 print "[b]NB:[/b] You are currently in hospital for {$ir['hospital']} minutes.
";
}
if($ir['jail'])
{
 print "[b]NB:[/b] You are currently in jail for {$ir['jail']} minutes.
";
}
}

 

Pleas help

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...