QUOTE (Earlofvarrok @ Sep 8 2009, 05:19 AM)

QUOTE (error404 @ Sep 8 2009, 06:16 AM)

ooh sorry, stupid notepad had to cut off EVERY line when it reached the end, the 5th line is this:
CODE
if ( $poll_data['t23_cop'] )
That's just a line out of context, to get the bigger picture it would be helpful to see the first 10 lines in case the error is, in fact, on a different line.
Also I would recommend using Notepad++ - the syntax highlighting really helps for detecting syntax errors and the like

It's possible that the error is on a different line, the PHP parser gets the line references wrong sometimes.
What he said. And if line 5 is part of a function, then the error could actually be on line 372 or something like that, but it doesn't affect anything until the function is called and line 5 is run. This is unlikely, usually the first few lines are not part of a function like that, but it's possible. Seeing the first 10 lines would probably enable us to solve your problem, but seeing the whole file would make it that much more likely.
Don't forget spoilers, lol.