D DoctorScurvy Guest Dec 30, 2008 #2 Use time(), which returns the number of seconds since Jan 1 1970. It is currently ten digits long, but if you plan for your program to last into the far distant future, use the last ten digits of it with substr
Use time(), which returns the number of seconds since Jan 1 1970. It is currently ten digits long, but if you plan for your program to last into the far distant future, use the last ten digits of it with substr