Check that you have spaces around curly braces, i.e. for example don’t use <?php}?> but instead use <?php } ?>
If your script has been running without problems on earlier versions of PHP but you are now running PHP 5.4 or later, replace all occurrences of <? with <?php
https://media01.nerdia.net/uploads/nerdia-logo-340x156.png00Stefan Helanderhttps://media01.nerdia.net/uploads/nerdia-logo-340x156.pngStefan Helander2016-01-10 14:00:572016-01-10 14:02:00PHP Parse error: syntax error, unexpected end of file in XXXXX.php
Leave a Reply
Want to join the discussion?Feel free to contribute!