Oo-Savage-oO Posted June 25, 2010 Posted June 25, 2010 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 Quote
corruptcity || skalman Posted June 25, 2010 Posted June 25, 2010 hi after having a quick glance chance width="85%" bgcolor="#000000" valign="top"> to width='85%' bgcolor='#000000' valign='top'> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.