I am getting an unexpected end of file
error on my CodeIgniter View.
I have pasted the PHP code at http://codepad.org/S12oXE4t.
This code passed various online PHP syntax tests, but I don't know why still it shows me the below error while I was trying to run in WAMP Server.
Parse error: syntax error, unexpected end of file in
E:\wampserver\www\CodeIgniter\application\views\layouts\default.php on line 676
For reference, line 676
is the last line in the code. What did I do wrong?
No comments:
Post a Comment