Quote:
Originally Posted by PurposeLessx
How I will use it?
PHP Code:
//static ctime[3], btime[3]; new ctime, btime; time(ctime, btime);
if(ctime == 11) //if hours are 11
if(btime == 0) // if minute(s) is 0
|
Yes, that is correct and is probably the best way to retrieve the current time in h/m/s as integers.
__________________