apw Posted October 6, 2008 Share Posted October 6, 2008 Parse error: syntax error, unexpected T_LNUMBER in main.php on line 27 print "<table border="1" cellspacing="1" cellpadding="1" width="100%" bgcolor="black">"; print "<font color="silver">"; Linr 27 above Link to comment https://forums.phpfreaks.com/topic/127308-parse-error/ Share on other sites More sharing options...
DarkWater Posted October 6, 2008 Share Posted October 6, 2008 You can't use " inside of double quotes without escaping them or using '. Try the latter since you're not using variables. Link to comment https://forums.phpfreaks.com/topic/127308-parse-error/#findComment-658468 Share on other sites More sharing options...
revraz Posted October 6, 2008 Share Posted October 6, 2008 print "<table border='1' cellspacing='1' cellpadding='1' width='100%' bgcolor='black'>"; print "<font color='silver'>"; Link to comment https://forums.phpfreaks.com/topic/127308-parse-error/#findComment-658469 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.