<?php$hora = strtotime($row['hora']);$hora = date("H:i:s", $hora);echo $hora; //Aqui esta la hora en formato HH:mm:ss?>