Click here to Skip to main content
15,894,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, I am getting this error

Parse error: syntax error, unexpected end of file 

Im not sure what the issue is, it says on line 66 but thats just </html>  any help appreciated


What I have tried:

I dont know how to fix, i have searched on google
Posted
Updated 16-Mar-22 20:30pm

Without your code, we can't be specific, but almost certainly, you have forgotten to correctly open or close the PHP code block:
HTML
    <?php
...
    ?>
They must be just as shown - with whitespace (a space or newline) immediately after the <?php opening tag
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900