Hi,
Can anyone tell me why this is a never ending loop?
$i=0;
$count = 1;
while ($count > $i);
{
echo "$i <br>";
$i++;
}
Chris
- Re: [PHP] Loop error? PHP List
- Re: [PHP] Loop error? Gyozo Papp
- Re: [PHP] Loop error? PHP List
- RE: [PHP] Loop error? Andrew Braund
- Re: [PHP] Loop error? Daniel Adams

