I have a table with a column "worked hours" and i want to sum all rows like this:
08:00
02:00
03:30
Total: 13:30
And this is my sql select code
$sql=mysql_query("SELECT * FROM sohy_works WHERE data_raport = '$data' AND codangajat = '$codangajat' ");