Re: [PHP-DB] Working with "time" data from MYSQL

2008-06-04 Thread Chris
Sebastian Hofferberth wrote: > Hi > > I have a MYSQL/PHP question for which I do not find an answer on the web. > > I have a MySQL table with a column of datatype "time". What I want to do is > read the values from this table but display the database entries plus 6 > hours. For example, when th

[PHP-DB] Working with "time" data from MYSQL

2008-06-04 Thread Sebastian Hofferberth
Hi I have a MYSQL/PHP question for which I do not find an answer on the web. I have a MySQL table with a column of datatype "time". What I want to do is read the values from this table but display the database entries plus 6 hours. For example, when the database entry is 12:00:00, I want to dis