วันที่: 2011-02-16 19:17:30.0view 6553reply 0
ตอนนี้ผมหัดทำเว็บเรื่อง เวลา ใช้คำสั่ง <?php $today = date("Y-m-d"); echo Today is: $today ; พอให้แสดงใน aptana ได้คือ Today is:2011-02-16 แต่พอให้แสดงใน localhost กลับได้ผลแบบนี้ Strict Standards: date() [function.date]: 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 'Asia/Krasnoyarsk' for '7.0/no DST' instead in C:\AppServ\www\leandphp\date.php on line 2 Today is: 2011-02-16 ที่นี้ทดลองแก้ไขตรง date $today = date_default_timezone_set("Y-m-d"); ผลที่แสดงใน localhost กลับได้แค่นี้เองครับ Today is: และไม่มีอะไรแสดงอีกเลยครับ มันเกิดอะไรขึ้นเนี่ย แล้วผมต้องแก้ยังไงดีครับ แนะนำด้วยครับ ขอบคุณครับ |
Previous | php file |
ต่อไป | สร้าง image background ใน aptana |
วันที่: Fri Jan 10 11:47:14 ICT 2025
|
|
|