> I used mktime to make 1040601600 this stirng but I want to go back to > human readable time how should I do that?
date(); The first argument is the format specifier and the second argument is a unix timestamp (ie, what mktime() returns). Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php