RE: [PHP] strange parse error at EOF

2002-12-01 Thread John W. Holmes
> Get a strange parse error at End of File If you get a parse error on the very last line of the file, it's generally because you missed a closing bracket somewhere. In your case, you're missing the closing bracket for this elseif elseif ($SENDMAIL == 'true') This is where proper indentation o

Re: [PHP] strange parse error at EOF

2002-12-01 Thread Jason Wong
On Monday 02 December 2002 01:24, Bård Magnus Fauske wrote: > Hello. > > Get a strange parse error at End of File > > Any suggestions what I do wrong? I use UNIX-formatted text-file written in > windows-client and uploaded to server. Using PHPEDIT to check I get the > same error as when I visit the