how to convert 95900 into 09:59:00 format in php -


my sql query returns result 95900 when add 2 time (06:34:00 , 03:25:00) using sum(), wish php code converts result 95900 09:59:00 format. can helps me? novice php.

i got desired answer using following sql functions:

select sec_to_time( sum( time_to_sec( timespent ) ) ) timesum
yourtablename


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -