|
|
|
สอบถามปัญหา สร้างกล่องค้นหา 2 กล่อง 1 ปุ่ม submit ครับ |
|
|
|
|
|
|
|
ดูจากในฟอร์ม ยังไม่มีช่องให้กรอกเลขบัตรประชาชนเลยนะครับ
ใส่ textinput ไปไว้ให้เค้ากรอก หมายเลขบัตรประชาชนก่อนครับ แล้วนำไป Query ใหม่ดูครับ
|
|
|
|
|
Date :
2015-10-15 14:20:20 |
By :
adaaugusta |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
!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>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<div align="center">
<h2>ตารางแสดงขัอมูลการสมัครสมาชิก
</h2>
</div>
</form>
<table width="1021" border="1">
<tr>
<td width="36"><div align="center">ลำดับ</div></td>
<td width="175"><div align="center">ชื่อ – นามสกุล</div></td>
<td width="78"><div align="center">E-mail</div></td>
<td width="67"><div align="center">เบอร์โทร</div></td>
<td width="145"><div align="center">ที่อยู่</div></td>
<td width="115"><div align="center">จังหวัด</div></td>
<td width="116"><div align="center">รหัสไปรษณีย์</div></td>
<td width="114"><div align="center">Username</div></td>
<td width="117"><div align="center">Password</div></td>
</tr>
<tr>
<td><?php echo $row_Recordset1['id']; ?></td>
<td><?php echo $row_Recordset1['name']; ?></td>
<td><?php echo $row_Recordset1['email']; ?></td>
<td><?php echo $row_Recordset1['tel']; ?></td>
<td><?php echo $row_Recordset1['address']; ?></td>
<td><?php echo $row_Recordset1['province']; ?></td>
<td><?php echo $row_Recordset1['code']; ?></td>
<td><?php echo $row_Recordset1['username']; ?></td>
<td><?php echo $row_Recordset1['password']; ?></td>
</tr>
</table>
<br />
<img src="Previous.png" width="49" height="29" /><img src="previous1.png" width="69" height="59" /><img src="next1.jpg" width="53" height="49" /><img src="next.jpg" width="46" height="32" />
</body>
</html>
|
|
|
|
|
Date :
2018-10-01 14:45:48 |
By :
ton |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|