|
|
|
ช่วยดูโด้ทให้หน่อยน่ะครับงานมันรีบอ่ะ มี ปุ่ม Radio button3 ตัว อยากจะเลือกแล้วให้มันทำแต่ที่เลือก ผมต้องเขียนอย่างไรครับ |
|
|
|
|
|
|
|
มี ปุ่ม Radio button3 ตัว อยากจะเลือกแล้วให้มันทำแต่ที่เลือก
ผมต้องเขียนอย่างไรครับมี3 อย่างคือ
*ค้นหาจาก keword
*ค้นหาสถานีอนามัย ก็จะมีlist menu แล้วให้เลือก อำเภอแล้วจะมีอีก listmenu ให้เลือก สถานีอนามัย
*ค้นหาเบอร์โทรศัพท์ภายในอนามัย ก็จะมีlist menu แล้วให้เลืกก หน่วยงานแล้วจะมีอีก listmenu ให้เลือก บริการ
โดยที่ทั้ง อนามัย และเบอร์ภายใน ใช้listmenu ตัวเดวกัน
ระบบค้นหาหมายเลขโทรศัพท์
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ระบบคันหาหมายเลขโทรศัพท์</title>
<style type="text/css">
<!--
body,td,th {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}
body {
background-color: #66CCCC;
}
.style1 {
color: #330066
}
-->
</style>
<script type="text/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>
<p>
<img src="../../../Documents and Settings/hoos/My Documents/Unnamed Site 3/head3.jpg" width="1195" height="120" alt="" />
<p> </p>
<div align="center" class="style1"></div>
<span class="style1"><strong>
<label> </label>
</strong>
<label></label>
</span>
<label>
<div align="center">
<table width="753" height="329" border="1">
<center>
<tr>
<td width="743" height="314"><span class="style1"><strong>ระบบค้นหาข้อมูลหมายเลขโทรศัพท์ </strong></span><br />
<br />
<br />
<input type="radio" name="radio" id="12" value="1" />
ค้นหาจากชื่อหน่วยงาน
<input type="text" name="textfield2" id="label" />
<p>
<input type="radio" name="radio" id="22" value="2" />
ค้นหาจากอำเภอ/สถานีอนามัย </p>
<p>
<input type="radio" name="radio" id="32" value="3" />
ค้นหาจากเบอร์โทรศัพท์ภายใน </p>
<p>เลือกกลุ่มงาน/อำเภอ
<select name="catalog2" id="catalog2"onchange="location.href='menu.php?cat_id='+this.value;" style="width:200px">
<option value="">- Choose -</option>
<?
$host="localhost";
$user="root";
$password="1234";
$dbname="test";
$connection=mysql_connect($host,$user,$password) or die("เชื่อมต่อฐานข้อมูลสำเร็จ");
mysql_select_db($dbname) or die("เชื่อมต่อฐานข้อมูลไม่สำเร็จ");
$sql="select * from tb_catalog order by cat_id ASC";
$dbquery=mysql_db_query($dbname,$sql);
while($result=mysql_fetch_array($dbquery)){
if($cat_id == $result[cat_id]){
?>
<option value="<?=$result[cat_id];?>" selected="selected">
<?=$result[cat_name];?>
</option>
<?
}else{?>
<option value="<?=$result[cat_id];?>">
<?=$result[cat_name];?>
</option>
<?
} }
?>
</select>
</p>
<p>กลุ่มงาน/สถานีอนามัย
<select name="catalog2" id="catalog3"onchange="location.href='menu.php?cat_id='+this.value;" style="width:200px">
<option value="">- Choose -</option>
<?
$host="localhost";
$user="root";
$password="1234";
$dbname="test";
$connection=mysql_connect($host,$user,$password) or die("เชื่อมต่อฐานข้อมูลสำเร็จ");
mysql_select_db($dbname) or die("เชื่อมต่อฐานข้อมูลไม่สำเร็จ");
$sql="select * from tb_catalog order by cat_id ASC";
$dbquery=mysql_db_query($dbname,$sql);
while($result=mysql_fetch_array($dbquery)){
if($cat_id == $result[cat_id]){
?>
<option value="<?=$result[cat_id];?>" selected="selected">
<?=$result[cat_name];?>
</option>
<?
}else{?>
<option value="<?=$result[cat_id];?>">
<?=$result[cat_name];?>
</option>
<?
} }
?>
</select>
</p>
<input type="submit" name="submit" id="62" value="ค้นหา" />
<input type="submit" name="72" id="label2" value="ยกเลิก" /> </p></td>
</tr>
</center>
</table>
<br />
<br />
<br />
</div>
</label>
<label><br />
<br />
</label>
<blockquote>
<blockquote> </blockquote>
</blockquote>
<p>
<label></label>
</p>
</body>
</html>
Tag : - - - -
|
|
|
|
|
|
Date :
2010-03-29 12:06:02 |
By :
yokami |
View :
794 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช้ค่า radio เป็นตัวกำหนดฟิลด์ตารางในฐานข้อมูลเลยครับ เช่น
index.php
<form method='post' action='next.php'>
<input type='radio' name='field' value='years'> ปี<br>
<input type='radio' name='field' value='name'> ชื่อ<br>
<input type='submit' value='ok'>
</form>
next.php
$field=$_POST[field];
$sql="select * from table where $field ='xxxxx' ";
...
.....
|
|
|
|
|
Date :
2010-03-29 14:54:32 |
By :
xbeginner01 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ
|
|
|
|
|
Date :
2010-03-29 16:31:27 |
By :
yokami |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|