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,038

HOME > PHP > PHP Forum > รบกวนดูโค๊ดหน่ยอคับบ เป็นวันที่สมัครสมาชิก Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings.



 

รบกวนดูโค๊ดหน่ยอคับบ เป็นวันที่สมัครสมาชิก Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings.

 



Topic : 039964



โพสกระทู้ ( 45 )
บทความ ( 0 )



สถานะออฟไลน์
Facebook



ส่วนนี้ Error คับ
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\Mazzard\register2.php on line 17

Register2.php

<?
$user_reg=$_POST['user_reg'];
$pass_reg=$_POST['pass_reg'];
$name_reg=$_POST['name_reg'];
$sex_reg=$_POST['sex_reg'];
$tel_reg=$_POST['tel_reg'];
$email_reg=$_POST['email_reg'];
$address_reg=$_POST['address_reg'];
$date_reg=date("y-m-d");

if ($user_reg=="" or
$user_reg=="" or
$pass_reg=="" or
$name_reg=="" or
$sex_reg=="" or
$tel_reg=="" or
$email_reg=="" or
$address_reg="" )
{ echo "<h3>กรุณากรอกข้อมูลให้ครบถ้วน</h3>"; exit(); }

include "function.php";
if (!checkemail($email_reg))
{
echo "<h3>ERROR : รูปแบบการกรอกอีเมล์ไม่ถูกต้อง </h3>"; exit();
}

include "config.php";
$sql = "select * from tb_member where username='$user_reg' ";
$result = mysql_query( $sql, $conn );
$am=mysql_num_rows($result);
if($am>0) {
echo "<h3>ERROR : Username ซ้ำคับ </h3>"; exit();
}
$sql = "insert into tb_member
set username='$user_reg',password='$pass_reg',name='$name_reg',sex='$sex_reg',email='$email_reg',telephone='$tel_reg
',address='$address_reg'";
$sqlquery=mysql_db_query($dbname,$sql);
if ($result) {
echo "<h3>ข้อมูลของท่านถูกบันทึกเรียบร้อยแล้ว</h3>";
echo "<a href='index.php'>เข้าสู่ระบบ</a><br><br>";
}else{
echo "<h3>ไม่สามารถสมัครเป็นสมาชิกได้</h3>";
}
mysql_close();

?>

นี้เป็นฟังก์ชั่นคับ Function.php

function displaydate($x) {
$thai_m=array ("มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายม","กรกฏาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม");
$date_array=explode ("-",$x);
$y=$date_array[0];
$m=$date_array[1]-1;
$d=$date_array[2];

$m=$thai_m[$m];
$y=$y+543;

$displaydate="$d $m $y";
return $displaydate;
}
function checkemail($checkemail) {
if(ereg( "^[^@]+@([a-zA-Z0-9\-]+\.)+(a-zA-Z0-9\-]{2}|net|com|gov|mil|org|edu|int)$",$checkemail) ) {
return true;
}else{
return false;
}
}
?>


กรุณากรอกข้อมูลให้ครบถ้วน



Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2010-03-06 03:46:04 By : ma22ard View : 860 Reply : 2
 

 

No. 1



โพสกระทู้ ( 5,149 )
บทความ ( 26 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


ไปแก้ไข เพราะว่าท่านอาจไปเซตโซนเวลาผิดน่ะครับ

https://www.thaicreate.com/php/forum/031178.html

ตามนี้ แล้วรีสตาร์ท apache ทีหนึ่งครับ






Date : 2010-03-06 07:57:57 By : deawx
 


 

No. 2

Guest


มันก็ยังไม่ได้อยู่ดีอ่ะคับ

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\Mazzard\register2.php on line 32
Date : 2010-03-06 15:31:26 By : mazzard
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : รบกวนดูโค๊ดหน่ยอคับบ เป็นวันที่สมัครสมาชิก Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings.
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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 00
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 อัตราราคา คลิกที่นี่