Jump to content

Can someone tell me how to fix these fwrite lines?


DSGamer3002

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.