Hi, I was wondering whether there was a function that would pause the program for one second. I want a program which would count down for absolutely no reason ... lol. I have something like this:


PHP Code:
for (i=0i<numberi++)
{
printf ("%d"i);
//pausing for one second thing
system("CLS");

yeah, so I need something which will pause for one second ....