Hi,

I'm building a time report system for work and I want to show the total hours and minutes a project have taken but can't get it to work ...

I have a database (MySQL) in one table I have the date in one colum and the time in one colum. The date i formated like this YYYY-MM-DD and set to date. And the TIME is like this HH:mm:ss.
My code looks like this right now...

[PHP]<?php
$sql="select...