Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001092

[PHP] how many day between the two time format From: yang (jakry <email protected>)
Date: 09/30/01

i want to check about how many day between the two time format
like
$last_day=time format;
$today=time();
$between_day=?????($today-$last_day);
echo $between_day is the between day...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>