php to mysql CurrDateTime

06/04/2012

$datetime = date('Y-m-d H:i:s') ;

And for date types, using on a query in php side; example;
"SELECT *
                  FROM noticias
                  WHERE
                  CURDATE() <= data_out
                  ORDER BY id_noticia DESC";