Hi,

Sunday, January 11, 2004, 10:42:01 PM, you wrote:
NS> Hi,
NS> How can I find time stamp for example 125 next days. or 03:30 hours next?

NS> Regards,
NS> S. Naqashzade
NS> PS: Sorry for my bad english :-(


The simplest way is with strtotime() for example

$stamp = strtotime("+ 125 days");

-- 
regards,
Tom


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to