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 > ทำไมพอกดตกลงแล้ว มันไม่ไปขึ้นหน้า check_test555 คะ มันขึ้นหน้าเดิม (form_test_std555.php) ตลอดเลย



 

ทำไมพอกดตกลงแล้ว มันไม่ไปขึ้นหน้า check_test555 คะ มันขึ้นหน้าเดิม (form_test_std555.php) ตลอดเลย

 



Topic : 085300

Guest




///////////////////////////////// ฟอร์มทำแบบฝึกหัด(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







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2012-10-11 17:12:15 By : yah View : 953 Reply : 6
 

 

No. 1



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



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


จากที่ดู 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
 


 

No. 2



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



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


ใส่ form อีกขั้นนึงตรงไหนคะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-10-11 22:28:25 By : yah
 

 

No. 3



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



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


โค้ดใหม่คลิกเลือกแบบทดสอบ ไม่ได้เลย
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-10-11 22:29:26 By : yah
 


 

No. 4



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

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

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


จาก 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
 


 

No. 5



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



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


ยังไม่ได้ค่ะ...ยังไปหน้าเดิมอยู่เลยค่ะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-10-12 14:59:16 By : yah
 


 

No. 6



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



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


มันเกี่ยวกับ phpMyadmin version ใหม่ด้วยรึเปล่าคะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-10-13 17:31:58 By : yah
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ทำไมพอกดตกลงแล้ว มันไม่ไปขึ้นหน้า check_test555 คะ มันขึ้นหน้าเดิม (form_test_std555.php) ตลอดเลย
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่