|
|
|
ต้องการทำ checkbox เพื่อเลือกข้อมูลส่งไปอีกหน้า โดยอยากให้หน้าที่แสดงเป็นเป็นเครื่องหมายติ๊กถูก |
|
|
|
|
|
|
|
Code (PHP)
<?
$valA1 = "";
if($_POST["a1"] != "")
{
$valA1 = "a1";
}
?>
|
|
|
|
|
Date :
2013-01-02 11:19:21 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ท่าน WIN มาตอบเองอีกแล้วครับ โค๊ดนี้ไปวางที่หน้าไหนครับ แล้วสามารถแก้ไขข้อมูลเดิมได้ไหมครับ
|
|
|
|
|
Date :
2013-01-02 11:53:38 |
By :
artwan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอาโค๊ตไปวางครับ "ข้อมูลส่งไปอีกหน้า โดยอยากให้หน้าที่แสดงเป็นเป็นเครื่องหมายติ๊กถูก"
Code (PHP)
<input name="a1" type="checkbox" id="a1" <? if($_POST["a1"] != ""){ echo "checked";}?> />
|
|
|
|
|
Date :
2013-01-02 13:22:55 |
By :
namebom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ท่าน bom ครับ ลองแล้วไม่ขึ้นครับผม ช่วยหน่อยนะครับ ขอบคุณครับ
|
ประวัติการแก้ไข 2013-01-02 13:30:01
|
|
|
|
Date :
2013-01-02 13:29:20 |
By :
artwan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอดูโค๊ตหน้านั้นหน่อยซิครับ
|
|
|
|
|
Date :
2013-01-02 13:31:13 |
By :
namebom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--Pemanggilan gambar favicon-->
<link rel="stylesheet" type="text/css" href="mos-css/mos-style.css"> <!--pemanggilan file css-->
</head>
<body>
<div id="header">
<div class="inHeader"></div>
</div>
</div>
<style>
BODY {
FONT-FAMILY: Arial, Helvetica, sans-serif
}
</style>
</head>
<body>
<p align="center"> </p>
<p align="center"><u><b><font size="5" color="#800000">
แก้ไขข้อมูล</font></b></u></p>
<?php
include "connect.php";
$id = $_GET['id'];
$query = "select * from test where id='$id'";
$result = mysql_query($query);
$dbarr = mysql_fetch_array($result) ;
?>
<form action="editdata_in.php" method="post">
<input type="hidden" name="id" value="<?php echo "$id"; ?>">
<table width="156%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#FFFFFF">
<tr>
<td bgcolor="#FFFFFF"><p><font size="2">
ID</font></p></td>
<td bgcolor="#FFFFFF"><font size="2" color="red">
<? echo $id; ?></font>
</td>
</tr>
<td bgcolor="#FFFFFF" width="16%"> </td>
<td width="34%"colspan="3" bgcolor="#FFFFFF"><input name="a1" type="checkbox" id="a1" value="a1" />
เจ้าหน้าที่
<input name="a2" type="checkbox" id="a2" value="a2" />
สิ่งแวดล้อม</td>
<tr>
<td bgcolor="#FFFFFF"></td>
<td bgcolor="#FFFFFF"colspan="2"><input name="bb2" type="checkbox" id="bb2" value="bb2" />
วันที่
<input name="bb3" type="text" class="sedang" id="datepicker-th-2" value="<?php echo "$dbarr[bb3]"; ?>">
<td bgcolor="#FFFFFF"colspan="3"> </td>
</tr>
<tr>
<td colspan="2">
<div align="center">
<input type="submit" class="button" name="Submit" value="แก้ไขข้อมูล">
</div></td>
</table>
</form>
</body>
</html>
|
ประวัติการแก้ไข 2013-01-02 14:17:48 2013-01-02 14:35:40
|
|
|
|
Date :
2013-01-02 14:07:12 |
By :
artwan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองแก้ไขแบบนี้ดูครับ
Code (PHP)
<input name="a1" type="checkbox" id="a1" <? if($dbarr[a1] != ""){ echo "checked";}?> />
|
|
|
|
|
Date :
2013-01-02 14:20:58 |
By :
namebom |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ทำได้แล้วครับ ขอบคุณ คุณ bom มากนะครับที่ตอบกระทู้ด้วยดี สวัสดีปีใหม่ครับผม อยากจะคลิกขอบคุณอีกหลายๆรอบแต่ทำไม่ได้ ขอบคุณอีกครั้ง
|
|
|
|
|
Date :
2013-01-02 14:32:41 |
By :
artwan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|