if i remove this from my code it works (without the effect of the count) but if i put it back in the page comes up blank (dosent work)
$count = 0;
while($count <=5)
{
if ($line['re_visibility'] == 1 )
{
?>
pass 1
<?
} else {
?>
pass2
<?
}
$count = $count++;
}
any ideas.?
cheers aron.