I'm having a problem to accomplish adding time to a field in mysql. Using the
date_add (Arrival, interval ". $ item [6]." minute) ...
ADDTIME (Arrival, "$ item [6].") ...
The two in a given circumstance, return the value of '25: 00: 00 'at which should return '01: 00: 00'. Does mysql have another method for calculating time?