Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > PHP > PHP Forum > เกี่ยวกับวันที่และเวลาคับรบกวนช่วยหน่อย คือว่าผมเขียน function ให้แสดงวันที่และเวลาแต่พอเพิ่มข้อมูลมันฟ้อง error ว่า Strict Standards: date() [function.date]:



 

เกี่ยวกับวันที่และเวลาคับรบกวนช่วยหน่อย คือว่าผมเขียน function ให้แสดงวันที่และเวลาแต่พอเพิ่มข้อมูลมันฟ้อง error ว่า Strict Standards: date() [function.date]:

 



Topic : 022483

Guest




คือว่าผมเขียน function ให้แสดงวันที่และเวลาแต่พอเพิ่มข้อมูลมันฟ้อง eeror ว่า

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\news\news_add2.php on line 15

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\news\news_add2.php on line 16


อันนี้ไฟล์ function.php

<?
$newtype[1]="&Aacute;&Oslash;&Aacute;&curren;&Ccedil;&Ograve;&Aacute;&Atilde;&Ugrave;&eacute;&cent;&Iacute;&sect;&Ecirc;&Oacute;&sup1;&Ntilde;&iexcl;";
$newtype[2]="&Aacute;&Oslash;&Aacute;&Ecirc;&Atilde;&Oslash;&raquo;&ordm;&middot;&agrave;&Atilde;&Otilde;&Acirc;&sup1;&micro;&Ograve;&Aacute;&Agrave;&Ograve;&Atilde;&iexcl;&Ocirc;&uml;";
$newtype[3]="&Aacute;&Oslash;&Aacute;&Ecirc;&Atilde;&Oslash;&raquo;&ordm;&middot;&agrave;&Atilde;&Otilde;&Acirc;&sup1;&cent;&Iacute;&sect;&frac14;&Ugrave;&eacute;&agrave;&cent;&eacute;&Ograve;&Iacute;&ordm;&Atilde;&Aacute;&acute;&Ugrave;&sect;&Ograve;&sup1;";
$newtype[4]="&Aacute;&Oslash;&Aacute;&sup1;&Ccedil;&Ntilde;&micro;&iexcl;&Atilde;&Atilde;&Aacute;&cent;&Iacute;&sect;&Ecirc;&Oacute;&sup1;&Ntilde;&iexcl;&Iuml;";
$newtype[5]="&Aacute;&Oslash;&Aacute;&iexcl;&Ocirc;&uml;&iexcl;&Atilde;&Atilde;&Aacute;&aacute;&Aring;&iexcl;&agrave;&raquo;&Aring;&Otilde;&egrave;&Acirc;&sup1;&curren;&Ccedil;&Ograve;&Aacute;&Atilde;&Ugrave;&eacute;";
$newtype[6]="&Aacute;&Oslash;&Aacute;software";
$newtype[7]="&Aacute;&Oslash;&Aacute;&iexcl;&ordm;&sup1;&Iacute;&iexcl;&iexcl;&ETH;&Aring;&Ograve;";
$newtype[8]="&Aacute;&Oslash;&Aacute;&para;&Iacute;&acute;&curren;&Ccedil;&Ograve;&Aacute;&Atilde;&Ugrave;&eacute;";
$newtype[9]="&Aacute;&Oslash;&Aacute;&aacute;&ordf;&Atilde;&igrave;&ordm;&middot;&curren;&Ccedil;&Ograve;&Aacute;&sup1;&egrave;&Ograve;&Ecirc;&sup1;&atilde;&uml;";
$newtype[10]="&Aacute;&Oslash;&Aacute;&aacute;&ordf;&Atilde;&igrave;&auml;&iquest;&Aring;&igrave;&iexcl;&Ograve;&Atilde;&ordm;&Atilde;&Ocirc;&Euml;&Ograve;&Atilde;&uml;&Ntilde;&acute;&iexcl;&Ograve;&Atilde;&Agrave;&Ograve;&curren;&Atilde;&Ntilde;&deg;";
$newtype[11]="&Aacute;&Oslash;&Aacute;&curren;&Aring;&Ocirc;&raquo; &Ccedil;&Otilde;&acute;&Otilde;&acirc;&Iacute; &aacute;&sup1;&ETH;&sup1;&Oacute;&acirc;&curren;&Atilde;&sect;&iexcl;&Ograve;&Atilde;";

function displaydate($x){
$date_m=array("&Aacute;.&curren;.","&iexcl;.&frac34;.","&Aacute;&Otilde;.&curren;.","&agrave;&Aacute;.&Acirc;.","&frac34;.&curren;.","&Aacute;&Ocirc;.&Acirc;.","&iexcl;.&curren;.","&Ecirc;.&curren;.","&iexcl;.&Acirc;.","&micro;.&curren;.","&frac34;.&Acirc;.","&cedil;.&curren;.",);
$date_array=explode("-",$x);
$y=$date_array[0]+543;
$m=$date_array[1]-1;
$d=$date_array[2];
$m=$date_m[$m];
$displaydate="$d $m $y";
return $displaydate;
}
?>


อันนี้ไฟล์ add2.php line15และ16

$date_new=date("Y-m-d");
$time_new=date("H:i:s");


รบกวนช่วยหน่อยนะคับ ขอบคุณล่วงหน้า



Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 7 ต.ค. 2551 10:12:07 By : aody_1 View : 1500 Reply : 0
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : เกี่ยวกับวันที่และเวลาคับรบกวนช่วยหน่อย คือว่าผมเขียน function ให้แสดงวันที่และเวลาแต่พอเพิ่มข้อมูลมันฟ้อง error ว่า Strict Standards: date() [function.date]:
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 05
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2025 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่