Posts: 1,832
Location: Somewhere else entirely
|
It could well be - if you don't have permission to write to the file, that command will fail. Since the line starts with '@' it will fail with no error messages and will only get caught on the fclose().
The error about headers is not a problem - as JasonG says it happens when something has been sent to the browser before headers are sent - in this case it is the previous error message that has been sent. Clear up the first error and the second should disappear too.
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
|