--- Brian E Boothe <[EMAIL PROTECTED]> wrote: > i'm getting this error in my PHP can someone help me in getting rid of > it :? thanks > > Strict Standards: strtotime() [function.strtotime]: It is not safe to > rely on the system's timezone settings. Please use the date.timezone > setting, the TZ environment variable 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 'America/Chicago' for '-6.0/no DST' instead in > c:\Inetpub\wwwroot\phpmyadmin\tbl_properties_structure.php on line 665
It would appear that your error_reporting() level is too comprehensive (ie E_ALL) and you might need to select another value which will block warnings. See more detail at http://php.net/error_reporting James