Je moet ingelogd zijn om te stemmen.
$i= 01; while($rows = mysql_fetch_array($result)) { echo $i; echo $rows[0]; $i++; }
$i= 01;while($rows = mysql_fetch_array($result)){ echo $i; echo $rows[0]; $i++;}
<?PHP if(strLen($i) < 2) { echo "0".$i; } ?>
<?PHPif(strLen($i) < 2){ echo "0".$i;}?>
printf("%02s\n", $i);