|
|
|
รบกวนดูโค๊ดให้หน่อยค่ะ คือว่า checkbox นี้ ไม่แสดงค่าตรง ที่ ติ๊ก สองช่องคะแต่ท่าติ๊กทีละช่องนี้ |
|
|
|
|
|
|
|
<?
if($N!=''){
if($N==0 && $N==1){
include("display20cmi.php");
include("display21cmi.php");
}else if($N==0){
include("display20cmi.php");
}else if($N==1){
include("display21cmi.php");
}
}
?>
|
|
|
|
|
Date :
2010-04-29 09:07:32 |
By :
onizike |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยังไม่ได้อ่ะค่ะ อย่างที่คุณ onizike บอกนั้นสองอันไม่ได้
แต่เราลองทำแบบนี้ออกสองอันตลอดแต่ติ๊กทีละอันไม่ออก
if($N!=''){
include("display20cmi.php");
-
include("display21cmi.php");
}else if($N==0 && $N==1){
if($N==0){include("display20cmi.php");}
if($N==1){include("display21cmi.php");}
}
|
|
|
|
|
Date :
2010-04-29 09:22:57 |
By :
sadsadsad |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอดูโค๊ด หน้า from และ php แบบเต็มๆ ได้ไหมครับ
|
|
|
|
|
Date :
2010-04-29 09:52:42 |
By :
kaos |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
นี่ค่ะ
<FORM ACTION="MAX.php" method=post target="_blank">
<?PHP
echo "<tr>";
echo"<td bgcolor=\"#32CD32\" rowspan=1 align=\"center\" height=30><font color=\"#000080\" face=\"MS Sans Serif\"> max </font>","</td>";
echo"<td bgcolor=\"#32CD32\" rowspan=1 align=\"center\" height=30 ><font size=1 color=\"#000080\" face=\"MS Sans Serif\"></font> <table width=\"100%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td rowspan=1 align=\"center\" height=30 >เหตุทั่วไป</td>";
echo "<td rowspan=1 align=\"center\" height=30 > missing</td>";
echo "<td rowspan=1 align=\"center\" height=30 >Download </td></tr>";
echo "<tr><td rowspan=1 align=\"center\" height=30 ><input type='radio' name='type'value='0' checked></td>";
echo "<td rowspan=1 align=\"center\" height=30 ><input type='radio' name='type'value='1'></td>";
echo "<td rowspan=1 align=\"center\" height=30 ><input type='radio' name='type'value='2'></td></tr>";
echo "</table>","</td>";
echo"<td bgcolor=\"#32CD32\" rowspan=1 align=\"center\" height=30><table border=\"1\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td rowspan=1 align=\"center\" height=30 >รวมทุกเหตุ</td>";
echo "<tr><td rowspan=1 align=\"center\" height=30 ><input type='radio' name='type1'value='0' Unchecked></td>";
echo "</table>","</td>";
echo"<td bgcolor=\"#32CD32\" rowspan=1 align=\"center\" height=30 ><font size=1 color=\"#000080\" face=\"MS Sans Serif\"></font> <table width=\"100%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">";
echo "<tr><td rowspan=1 align=\"center\" height=30 >Report</td>";
echo "<td rowspan=1 align=\"center\" height=30 >Warn</td>";
echo "</tr>";
echo "<tr><td rowspan=1 align=\"center\" height=30 ><input type='checkbox' name='type2'value='0' checked></td>";
echo "<td rowspan=1 align=\"center\" height=30 ><input type='checkbox' name='type2'value='1'></td>";
echo "</tr>";
echo "</table>","</td>";
echo"<td bgcolor=\"#32CD32\" rowspan=1 align=\"center\" height=30><font color=\"#000080\" face=\"MS Sans Serif\"> <input type='submit' value='OK !'></font>","</td>";
?>
</FORM>
|
|
|
|
|
Date :
2010-04-29 10:03:54 |
By :
sadsadsad |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
หน้า max.php คะ
<?PHP
$T = $_POST['type'];
$S = $_POST['type1'];
$N = $_POST['type2'];
if($T!='4'){
include("tcmi.php");
}else {echo 'ToT';}
if($S!=''){
if($S==0){include("tcmi.php");}
}else {echo 'T_T';}
if($N!=''){
if($N==0){include("display20cmi.php");}
if($N==1){include("display21cmi.php");}
}else if($N==0 && $N==1){
include("display20cmi.php");
include("display21cmi.php");
}
?>
|
|
|
|
|
Date :
2010-04-29 10:15:49 |
By :
sadsadsad |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วค่ะ...ขอบคุณมากนะคะ
แต่ขอรบกวนแน่ะนำอีกอยากนึงนะคะ
คือว่าอยากทำให้เวลากด submit ขึ้นหน้าใหม่
เท่าที่เราเชค/ติ๊กไปอ่ะค่ะ
ใครพอแนะนำได้มั่งค่ะ
|
|
|
|
|
Date :
2010-04-29 12:52:28 |
By :
sadsadsad |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ดันนนนนๆๆๆค่ะ
แนะนำทีคะ
|
|
|
|
|
Date :
2010-04-29 13:54:49 |
By :
sadsadsad |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่เข้าใจอะครับ เพิ่มรายละเอียดหน่อย
|
|
|
|
|
Date :
2010-04-29 14:07:28 |
By :
kaos |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คือว่าตอนนี้ เมื่อกด submit ไปหน้า max.php แล้วนั้น
ข้อมูลที่แสดงจะมี 3 - 4 ตารางใช่ไหมคะ
ถ้าต้องการให้แสดงข้อมูลตารางละ1หน้ามีวิธีไหมค่ะ
แนะนำทีคะ
|
|
|
|
|
Date :
2010-04-29 15:02:06 |
By :
sadsadsad |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อันที่ link มาให้ดูนี้ เป็นการแบ่งข้อมูลที่ดึงออกมาแบ่งเป็นหน้าๆใช่ไหมค่ะ
แล้วท่าจะให้ข้อมูลที่ดูงออกมา 3 - 4 ตารางนั้น แสดงตารางละ 1 หน้า
แบบให้ขึ้น newtab หรือ newpage คะ
รบกวนแนะนำทีนะคะ
|
|
|
|
|
Date :
2010-04-30 07:56:16 |
By :
sadsadsad |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รอเธอ มาแนะนำ รอ รอ
ดันๆๆๆๆๆๆค่ะ
|
|
|
|
|
Date :
2010-04-30 08:35:50 |
By :
sadsadsad |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มัคัยแนะนำได้ไหมคะ
|
|
|
|
|
Date :
2010-04-30 10:19:01 |
By :
sadsadsad |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช่คะ
|
|
|
|
|
Date :
2010-04-30 11:44:12 |
By :
sadsadsad |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แนะนำหน่อยคร้าาาาา
เครียดดดดดดดดดดด
|
|
|
|
|
Date :
2010-04-30 13:21:21 |
By :
sadsadsad |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอโค๊ดหน้า max.php หน่อยครับ
|
|
|
|
|
Date :
2010-04-30 13:46:47 |
By :
kaos |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ง่ายๆ นะครับ เปลี่ยนพวก include("tcmi.php"); เป็น <a href='tcmi.php' target="_blank">หน้าtcmi.php</a>
|
|
|
|
|
Date :
2010-04-30 14:57:00 |
By :
kaos |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
นี่ค่ะ หน้า max.php
<?PHP
$T = $_POST['type'];
$S = $_POST['type1'];
$N1 = $_POST['type2'];
$N2 = $_POST['type3'];
if($T!='4'){
include("tcm.php");
}else {}
if($S!=''){
if($S==0){include("scm.php");}
}else {}
if($N1!=''){
if($N1==0){include("nfcm.php");}
}else {
}
if($N2!=''){
if($N2==1){include("nwcm.php");}
}else {
}
?>
|
|
|
|
|
Date :
2010-04-30 15:35:19 |
By :
sadsadsad |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?PHP
$T = $_POST['type'];
$S = $_POST['type1'];
$N1 = $_POST['type2'];
$N2 = $_POST['type3'];
if($T!='4')
{
print "<a href='tcm.php' target='_blank'>หน้าtcmi</a>";
}
if($S==0)
{
print "<a href='scm.php' target='_blank'>หน้าscm</a>";
}
if($N1==0)
{
print "<a href='nfcm.php' target='_blank'>หน้าnfcm</a>";
}
if($N2==1)
{
print "<a href='nwcm.php' target='_blank'>หน้าnwcm</a>";
}
|
|
|
|
|
Date :
2010-04-30 15:45:48 |
By :
kaos |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ใช่ค่ะ....
คืดว่าพี่เขาอยากได้แบบเช็คเอาน่ะค่ะ
*-*
|
|
|
|
|
Date :
2010-05-04 08:04:30 |
By :
sadsadsad |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
olo olo olo olo olo olo olo olo olo olo olo olo
sadsadsad sadsadsad sadsadsad sadsadsad sadsadsad sadsadsad
เข้าใจตั้งชื่อจัง คิดนานไหม ให้เดาเป็นผู้ชายปลอมตัวมาแน่ๆ เถื่อนขนาดนี้
|
|
|
|
|
Date :
2010-05-05 17:33:52 |
By :
tungman |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|