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 test 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. Can anybody tell me what I did wrong?
url
helper before usingbase_url()
– Bhuvan Rikka Dec 21 '12 at 13:02