Welcome Guest, Not a member yet? Register   Sign In
[SOLVED]Endforeach error and data viewing not appearing
#2

[eluser]danmontgomery[/eluser]
Code:
<? php endforeach; ?>

should be

Code:
<?php endforeach; ?>

Although I don't really see the purpose of opening and closing php tags on 4 consecutive lines, or using endforeach at all:

Code:
<?php foreach($rows as $r) {
    echo $r->prod_name;
    echo $r->nb_tickets_sold;
} ?>


Messages In This Thread
[SOLVED]Endforeach error and data viewing not appearing - by El Forum - 09-02-2010, 09:42 AM
[SOLVED]Endforeach error and data viewing not appearing - by El Forum - 09-02-2010, 09:45 AM
[SOLVED]Endforeach error and data viewing not appearing - by El Forum - 09-02-2010, 09:50 AM
[SOLVED]Endforeach error and data viewing not appearing - by El Forum - 09-02-2010, 09:52 AM
[SOLVED]Endforeach error and data viewing not appearing - by El Forum - 09-02-2010, 09:54 AM
[SOLVED]Endforeach error and data viewing not appearing - by El Forum - 09-02-2010, 09:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB