Welcome Guest, Not a member yet? Register   Sign In
Best practices:building html with CI
#8

[eluser]cideveloper[/eluser]
Check above line 68. did you close the php above?

Code:
<?php
        $data = array ('alpha', 'beta', 'gamma', 'delta', 'epsilon');
//missing closing tag
<?php foreach($data as $alpha):?>
<?php echo $alpha . chr(10);?>
<?php endforeach;?>


Messages In This Thread
Best practices:building html with CI - by El Forum - 07-16-2012, 10:06 AM
Best practices:building html with CI - by El Forum - 07-16-2012, 08:50 PM
Best practices:building html with CI - by El Forum - 07-17-2012, 11:32 AM
Best practices:building html with CI - by El Forum - 07-17-2012, 11:41 AM
Best practices:building html with CI - by El Forum - 07-17-2012, 03:02 PM
Best practices:building html with CI - by El Forum - 07-17-2012, 06:43 PM
Best practices:building html with CI - by El Forum - 07-17-2012, 08:39 PM
Best practices:building html with CI - by El Forum - 07-17-2012, 11:38 PM
Best practices:building html with CI - by El Forum - 07-18-2012, 05:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB