... // end of while loop $count = 0; print_1to50 (); $count = $count + 1; print "So far $count function call(s) made."; print_1to50 (); ...
php.net