|
|
|
ทำไมพอกดตกลงแล้ว มันไม่ไปขึ้นหน้า check_test555 คะ มันขึ้นหน้าเดิม (form_test_std555.php) ตลอดเลย |
|
|
|
|
|
|
|
///////////////////////////////// ฟอร์มทำแบบฝึกหัด(form_test_std555.php)///////////////////////////////////////////////////
Code (PHP)
<?php
include ("chksession.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>แบบทดสอบออนไลน์สำหรับนักเรียน</title>
<script language="JavaScript">
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
</script>
</head>
<body>
<h4 align="right"><?php echo "คุณเข้าสู่ระบบในชื่อ : <a href='show_member.php'>$sess_username</a>";?></h4>
<h4 align="right"><?php echo "<a href='logout.php'>ออกจากระบบ</a>";?></h4>
<h3><?php echo "แบบทดสอบก่อนเรียนออนไลน์สำหรับนักเรียน";?></h3>
<p> [<a href="main.php">หน้าหลัก</a>]<hr />
</p>
<form>
<table>
<tr>
<td>รหัสแบบทดสอบ :</td>
<td>
<select name="news_cate" onChange="MM_jumpMenu('parent',this,0)">
<option value="">กรุณาเลือกแบบทดสอบ</option>
<?php
include ("connect.php");
$connect=mysql_connect("localhost","root","") or die (mysql_error());
mysql_select_db("test_fu",$connect);
$result5=mysql_query("select * from test inner join answer on test.quest_ans_id=answer.quest_ans_id",$connect);
$quest_name=$_POST['quest_name'];
$connect=mysql_connect("localhost","root","") or die (mysql_error());
mysql_select_db("test_fu",$connect);
$result3=mysql_query("select * from test where quest_ans_id='$sx'",$connect);
while ($result6=mysql_fetch_array ($result5)) {
$sx=$result6[7];
$connect=mysql_connect("localhost","root","") or die (mysql_error());
mysql_select_db("test_fu",$connect);
$result8=mysql_query("select * from test where test_name='$quest_name'",$connect);
$quest_name=$result4[1];
echo "<option value='form_test_std555.php?x=$sx'>".$result6[1]."</option>";
}
?>
</select>
</td>
</tr>
</table>
<?php
$x=$_GET['x'];
include("connect.php");
$connect=mysql_connect("localhost","root","") or die (mysql_error());
mysql_select_db("test_fu",$connect);
$result=mysql_query("select * from answer where quest_ans_id='$x'",$connect);
while ($result2=mysql_fetch_array($result)) {
$x=$result2['quest_ans_id'];
$quest_ans_id=$result2['quest_ans_id'];
$question1=$result2['question1'];
$choice11=$result2['choice11'];
$choice12=$result2['choice12'];
$choice13=$result2['choice13'];
$choice14=$result2['choice14'];
$question2=$result2['question2'];
$choice21=$result2['choice21'];
$choice22=$result2['choice22'];
$choice23=$result2['choice23'];
$choice24=$result2['choice24'];
echo "<form method=post action=check_test555.php?x=".$x.">
<b>ข้อ 1.$question1</b><br>
<input type='radio' name='select1' value='1'>
$choice11 <br>
<input type='radio' name='select1' value='2'>
$choice12<br>
<input type='radio' name='select1' value='3'>
$choice13 <br>
<input type='radio' name='select1' value='4'>
$choice14 <hr>
<b>ข้อ 2.$question2</b><br>
<input type='radio' name='select2' value='1'>
$choice21 <br>
<input type='radio' name='select2' value='2'>
$choice22 <br>
<input type='radio' name='select2' value='3'>
$choice23 <br>
<input type='radio' name='select2' value='4'>
$choice24 <hr>
<form>
<input type='submit' value='ตกลง'>
</form>
";
}
?>
</form>
</body>
</html>
Tag : PHP, MySQL, HTML/CSS
|
|
|
|
|
|
Date :
2012-10-11 17:12:15 |
By :
yah |
View :
953 |
Reply :
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จากที่ดู code มีบรรทัด
Code (PHP)
include("connect.php");
เชื่อมต่อ Database ไว้แล้ว แต่ต่อจากนั้นมี code เชื่อมต่อ Database ตามมาอีกอื้อเลย include เข้ามาคั้งเดียวใช้ได้ตลอดเลยครับไม่จำเป็นต้องเชื่อมต่อใหม่ ครับจาก code นี้
Code (PHP)
$connect=mysql_connect("localhost","root","") or die (mysql_error());
เชื่อมต่อไป 4 ครั้ง รวม include 2 เป็น 6 เลย ตัดออกไปให้เหลือ อันเดียวครับ
แล้วก็เรื่อง Form ไม่ยอมไปหน้าที่ต้องการเพราะมี Form นึงไปครอบไว้อีกชั้น มันเลยน่าจะทำชั้นนอกอะครับ
ผมเอา code มาตัดอะไรที่ไม่จำเป็นออกไป เพราะมันเป็นการเปลืองอย่างมากที่เชื่อมต่อหลายๆครั้งแบบนี้ ได้ code ตามข้างล่างครับ อย่างอื่นก็เดิมๆ ลองเอาไปเทียบกับ code ตัวเก่าดูนะครับว่าผมตัดอะไรออกไปบ้าง
Code (PHP)
<?php
include ("chksession.php");
include ("connect.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>แบบทดสอบออนไลน์สำหรับนักเรียน</title>
<script language="JavaScript">
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
</script>
</head>
<body>
<h4 align="right"><?php echo "คุณเข้าสู่ระบบในชื่อ : <a href='show_member.php'>$sess_username</a>";?></h4>
<h4 align="right"><?php echo "<a href='logout.php'>ออกจากระบบ</a>";?></h4>
<h3><?php echo "แบบทดสอบก่อนเรียนออนไลน์สำหรับนักเรียน";?></h3>
<p> [<a href="main.php">หน้าหลัก</a>]<hr />
</p>
<table>
<tr>
<td>รหัสแบบทดสอบ :</td>
<td>
<select name="news_cate" onChange="MM_jumpMenu('parent',this,0)">
<option value="">กรุณาเลือกแบบทดสอบ</option>
<?php
$result5=mysql_query("select * from test inner join answer on test.quest_ans_id=answer.quest_ans_id");
$quest_name=$_POST['quest_name'];
$result3=mysql_query("select * from test where quest_ans_id='$sx'");
while ($result6=mysql_fetch_array ($result5)) {
$sx=$result6[7];
$result8=mysql_query("select * from test where test_name='$quest_name'");
$quest_name=$result4[1];
echo "<option value='form_test_std555.php?x=$sx'>".$result6[1]."</option>";
}
?>
</select>
</td>
</tr>
</table>
<?php
$x=$_GET['x'];
$result=mysql_query("select * from answer where quest_ans_id='$x'",$connect);
while ($result2=mysql_fetch_array($result)) {
$x=$result2['quest_ans_id'];
$quest_ans_id=$result2['quest_ans_id'];
$question1=$result2['question1'];
$choice11=$result2['choice11'];
$choice12=$result2['choice12'];
$choice13=$result2['choice13'];
$choice14=$result2['choice14'];
$question2=$result2['question2'];
$choice21=$result2['choice21'];
$choice22=$result2['choice22'];
$choice23=$result2['choice23'];
$choice24=$result2['choice24'];
echo "<form method=post action=check_test555.php?x=".$x.">
<b>ข้อ 1.$question1</b><br>
<input type='radio' name='select1' value='1'>
$choice11 <br>
<input type='radio' name='select1' value='2'>
$choice12<br>
<input type='radio' name='select1' value='3'>
$choice13 <br>
<input type='radio' name='select1' value='4'>
$choice14 <hr>
<b>ข้อ 2.$question2</b><br>
<input type='radio' name='select2' value='1'>
$choice21 <br>
<input type='radio' name='select2' value='2'>
$choice22 <br>
<input type='radio' name='select2' value='3'>
$choice23 <br>
<input type='radio' name='select2' value='4'>
$choice24 <hr>
<form>
<input type='submit' value='ตกลง'>
</form>
";
}
?>
</body>
</html>
|
|
|
|
|
Date :
2012-10-11 17:32:40 |
By :
maxairzoom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใส่ form อีกขั้นนึงตรงไหนคะ
|
|
|
|
|
Date :
2012-10-11 22:28:25 |
By :
yah |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
โค้ดใหม่คลิกเลือกแบบทดสอบ ไม่ได้เลย
|
|
|
|
|
Date :
2012-10-11 22:29:26 |
By :
yah |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จาก code แรก บรรทัดที่ 92
echo "<form method=post action=check_test555.php?x=".$x.">
ค่านี้ที่ echo ออกมา มันออกจริงหรือเปล่าครับ
อาจเปลี่ยนเป็น
?>// ปิด php ก่อนให้รูปแบบทำงานเป็น html ธรรมดา
<form method=post action=check_test555.php?x="echo $x;">
<?php //เปิด
แล้วก็บรรทัดที่ 112 เอา <form> ออก
ลองดูนะครับ
|
|
|
|
|
Date :
2012-10-12 06:53:58 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไม่ได้ค่ะ...ยังไปหน้าเดิมอยู่เลยค่ะ
|
|
|
|
|
Date :
2012-10-12 14:59:16 |
By :
yah |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันเกี่ยวกับ phpMyadmin version ใหม่ด้วยรึเปล่าคะ
|
|
|
|
|
Date :
2012-10-13 17:31:58 |
By :
yah |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|