Warning: PHP Startup: 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 'America/Chicago' for 'CDT/-5.0/DST' instead in Unknown on line 0
Deprecated: Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0
Warning: PHP Startup: 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. มันเตือนเรื่อง time zone ครับ ลองใส่แบบนี้เข้าไป date_default_timezone_set('Asia/Bangkok') ;
Deprecated: Directive 'register_globals' is deprecated in PHP 5.3 and greater in Unknown on line 0 อันนี้มันบอกว่า PHP 5.3 ยกเลิกการใช้ register_globals แล้ว เพราะงั้นอย่าใช้ครับ