[ create a new paste ] login | about

Link: http://codepad.org/6hpNoO9V    [ raw code | fork ]

PHP, pasted on Feb 1:
1
2
3
4
5
6
7
<?php

$i = 0;
while(..) {
    ++$i;
    print $i;
}


Create a new paste based on this one


Comments: