every second record

php Add comments
<?
 $i=0;
 while ($i <= 10){
   $i++;
   if($i%2==0){ echo $i."=second<br>"; };
 }
?>

Leave a Reply

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in