[snip]
Something like this?
$c = 0;
while($c < $itemcount) {
if ($c % 2 == 0) ....
$c++;
}
[/snip]Yep! Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[snip]
Something like this?
$c = 0;
while($c < $itemcount) {
if ($c % 2 == 0) ....
$c++;
}
[/snip]Yep! Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php