Quote:
Today at 10:01 AM Verity said this in Post #42
Parse error: parse error, unexpected $end
|
Typically due to a missing closing bracket for a statement.
Quote:
Today at 10:01 AM Verity said this in Post #42
Warning: Cannot modify header information - headers already sent
|
You are trying to send header information AFTER you have sent output to the browser.
Note any spaces after the start tag and/or before the end tag and remove them.