<?php $quote = "Currently showing number %u\n"; for($i=0;$i<100;$i++){ printf($quote, $i); }
You have javascript disabled. You will not be able to edit any code.