Hello everybody and thanks for taking the time to read this ;
I was wandering if I have a variable that contains a formatted date like this :
07/02/2012
That I obtained with the following query
date_format(data,'%d/%m/%Y') as data_scadenza,
How can I loop this date to have something like this:
2012-02-07 11:53:00, 2012-02-07 11:54:00, 2012-02-07 11:55:00, etc.
Thanks everybody in advance, was wandering how to do this either in PHP or directly in the MySQL query.
Loop through it in PHP.
Output: