ทำ ข้อสอบออนไลน์ ครับ อยากตั้งเวลาในการทำให้เป็นเวลาแบบไทย
คือผม กำลัง ทำระบบข้อสอบ ออนไลน์ ให้กับ หน่วยงานครับ
แล้วอยากให้มันแสดง เวลา เป็น เวลาแบบ ไทย
ต้องเพิ่ม อะไร ยังไงหรอครับ
อันนี้ เป็น โค๊ด แสดง หน้าที่ คำนวน คะแนน และแสดง วันเวลาที่ ทำการ สอบ ครับ
testing2.php
<?
$today=date("d-m-Y");
$time=date("h-i-s");
$score=0;
print "<b>คุณ</b> $name ";
print "<b>ชั้นเรียน</b> $class";
print "<b>โรงเรียน</b> $school<p>";
print "คำตอบแบบทดสอบก่อนเรียนวิชาคอมพิวเตอร์เบื้องต้นของคุณ $name <br>";
print "ในวันที่ $today เวลา $time คือ<p>";
print "<b>ข้อ1</b>. $test1<br>";
if ($test1=="monitor") {print"correct<p> ";
$score++;}
else {print"Incorrect<p>";}
print "<b>ข้อ2</b>. $test2<br>";
if ($test2=="keyboard") {print"correct<p>";
$score++;}
else {print"Incorrect<p>";}
print "<b>ข้อ3</b>. $test3<br>";
if ($test3=="Dota") {print"correct<p>";
$score++;}
else {print"Incorrect<p>";}
print "<br><br>Total Score = $score <p>";
//การบันทึกระบบฐานข้อมูล MySQL
//ติดต่อโปรแกรมฐานข้อมูล MySQL
$link=mysql_connect("localhost","root","097057653");
if (!$link)
{
print("ERROR");
}
else
{
//ติดต่อฐานข้อมูล MySQL ชื่อ test
mysql_select_db("test",$link);
//เปิด ตารางชื่อ testcom และ เขตข้อมูล ชื่อ name,class,school,today,time,score
$sql="insert into testcom (name,class,school,today,time,score)
values ('$name','$class','$school','$today','$time','$score')";
//เพิ่มข้อมูลลง Database
$res = mysql_query( $sql , $link );
/* if ($res==1)
print("Adding to table OK.");
else
print("Error Adding to table. ");*/
}
//เปิดดูข้อมูล
print "<br><a href=show1.php>เปิดดูข้อมูล</a>";
?>
ขอคำแนะนำด้วยนะครับ
ขอบคุน ครับTag : PHP
ประวัติการแก้ไข 2010-12-15 13:54:13 2010-12-15 14:42:39
Date :
2010-12-15 13:50:05
By :
yemenamen
View :
1664
Reply :
2
ขอบ คุน มากครับ
Date :
2010-12-16 13:32:43
By :
yemenamen
Load balance : Server 04