PDA

View Full Version : last line of php page error


scroots
05-16-2003, 08:58 PM
I have a php file and the last line is
</html>
with no spaces or lines after it and when i run the php page on a web server i get the error
Parse error: parse error in c:\phpdev\www\fylde website\page.php on line 84 (the last line)
wahtever is placed on the last line throws an error.

any ideas?

scroots

Phantom
05-16-2003, 09:04 PM
Look in your code for anywhere you forgot a '}'

scroots
05-16-2003, 09:08 PM
thanks
i will do
yay it fixed it.

scroots