maybe....

$time=12:12:00

$x=explode(":",$time);

$sec=($x[0]*3600)+($x[1]*60)=$x[2];

rm


--- nafiseh saberi <[EMAIL PROTECTED]> wrote:
> 
> hi.
> how do I covert convert  12:12:00  to seconds ?
> I want to get time from system and covert it to
> seconds to do
> arithmetic work on it.
>  thanks.
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to