I need to convert seconds to \"Hour:Minute:Second\".
For example: \"685\" converted to \"00:11:25\"
How can I achieve this?
Try this:
date("H:i:s",-57600 + 685);
Taken from http://bytes.com/topic/php/answers/3917-seconds-converted-hh-mm-ss