Help for this page
for($i=0;$i<10;$i++) { &do_something($i); }
for($i=1;$i<=10;$i++) { &do_something($i); }