DSGamer3002 Posted September 26, 2007 Share Posted September 26, 2007 fwrite($fp, "<tr>\n<td class=/"entrant_list/">\n".$wifin."</td>\n</tr>\n"); fwrite($fp, "<tr>\n<td class=/"entrant_list/">\n".$fc."</td>\n</tr>\n"); fwrite($fp, "<tr>\n<td class=/"entrant_list/">\n".$email."</td>\n</tr>\n"); fwrite($fp, "<tr>\n<td class=/"entrant_list/">\n".$aim."</td>\n</tr>\n"); fwrite($fp, "<tr>\n<td class=/"entrant_list/">\n".$gfu."\n"); I don't think I'm using the \n thing right. I get the error "Parse error: syntax error, unexpected T_STRING". Could someone please tell me how to fix this, and how to use new lines from now on? Thanks. Quote Link to comment Share on other sites More sharing options...
Aeglos Posted September 26, 2007 Share Posted September 26, 2007 Your double quotes are badly escaped. Change /" to \". Slashes anb Backslashes are NOT the same. Cheers. Quote Link to comment Share on other sites More sharing options...
DSGamer3002 Posted September 26, 2007 Author Share Posted September 26, 2007 Your double quotes are badly escaped. Change /" to \". Slashes anb Backslashes are NOT the same. Cheers. Thanks. Quote Link to comment Share on other sites More sharing options...
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.