<?php
$datetoday = date("m",time()) . "-" . date("d",time()) . "-"
date("Y", time());
echo $datetoday;
?>
returns,
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for '8.0/no DST' instead in C:\server\www\myserver.dev\public_html\date.php on line 11
11
how to solve this? napansin ko kasi blank yung timezone id sa php.ini file
*using php 5.3.5, windows 7, apache 2.2
*everything else works fine