Hi there, this is a add on a post I did a few hours ago regarding timestamp.
I was able to locate the error, but not to fix it. The code : $timestamp = date('YmdGis',(mktime (0,0,0,date("m") ,date("d")-1,date("Y") ) ) ); produces a string like this: 2002090500000 There is one 0 missing. Because of this my querry is not working, How come this timestamp is wrong? Thanx for any help, Andy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php