$num = 1; sleep($num); print "1\n"; sleep($num); print "2\n"; sleep($num); print "3\n"; system("pause");