unexpected 'else' - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: unexpected 'else' (/showthread.php?tid=65403) |
unexpected 'else' - davy_yg - 06-08-2016 How to fix this error? Parse error: syntax error, unexpected 'else' (T_ELSE) in C:\Program Files (x86)\EasyPHP-Devserver-16.1\eds-www\innovationci3\application\views\cms\index.php on line 147 A PHP Error was encountered Severity: Parsing Error Message: syntax error, unexpected 'else' (T_ELSE) Filename: cms/index.php Line Number: 147 Backtrace: views/cms/index.php PHP Code: <b>Latest Projects:</b><br><br> line 147: <?php else : ?> RE: unexpected 'else' - arma7x - 06-08-2016 <?php// endforeach;?> why comment? RE: unexpected 'else' - arma7x - 06-08-2016 <?php foreach ($todo as $item):?> <li><?=$item?></li> <?php endforeach; ?> |