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 > ขอโค้ดจัดการข้อมูลผู้ใช้งาน ขอโค้ดจัดการข้อมูลผู้ใช้งาน แบบคลาสหน่อยครับ



 

ขอโค้ดจัดการข้อมูลผู้ใช้งาน ขอโค้ดจัดการข้อมูลผู้ใช้งาน แบบคลาสหน่อยครับ

 



Topic : 037968

Guest




ขอโค้ดจัดการข้อมูลผู้ใช้งาน แบบคลาสหน่อยครับ พร้อมทั้งหน้าฟอร์มจัดการข้อมูลโดยมีรายละเอียดดังนี้

1 รหัสบุคลากร เช่น 90088123
2 คำนำหน้าชื่อ เช่น นาย นางสาว นาง
3 ชื่อ
4 นามสกุล
5 ประเภท
6หน่วยงาน/สังกัด
7สถานะ

จากนั้นปุ่มจะมี บันทึกข้อมูล ล้างข้อมูล ยกเลิก

อันนี้ฟอร์มที่สร้าง แต่ผมทำลงฐานข้อมูลโดยใช้คลาสไม่เป็นครับ ช่วยด้วยนะครับ

Code (PHP)
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php echo $PROGRAM_TITLE;?></title>
<LINK href="css/css.css" rel=stylesheet>
<style type="text/css">
<!--
.style1 {
	font-size: 14px;
	font-weight: bold;
}
-->
</style>
</head>

<body topmargin="0" leftmargin="0" background="./image/bac.jpg">
<?php
	include("page_top.php");
?>
<table width="90%" height="239" align="center" bordercolor="#000000" border="3">
  <tr>
    <th width="20%" valign="top" bordercolor="#000000" background=""  bgcolor="#ac5ed0" scope="col">
	<?php
		include("page_left.php");
	?>	</th>
    <th width="80%" height="500" align="center"  valign="middle" bordercolor="#000000" bgcolor="" scope="col">
	<!- ##############################เนื้อหา############################# ->
	<body>
<table width="500" height="200" border="2" bordercolor="#ac5ed0">
  <tr>
    <th scope="row"><form id="form1" name="form1" method="post" action="">
      <label>เพิ่มข้อมูลผู้ใช้งาน<br />
      </label>
      <p>
        <label></label>
      </p>
    </form>    
    <p align="left">
      <label>
      
        <div align="left">
          <div align="left">&nbsp;&nbsp;&nbsp;&nbsp;
            <label>กรอกข้อมูลผู้ใช้งาน</label>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
      </label>
      <form id="form2" name="form2" method="post" action="">
        <label></label>
        <table width="391" border="1">
          <tr>
            <th width="116" scope="row">รหัสบุคลาการ </th>
            <td width="243"><label>
              <input type="text" name="textfield" />
              <br />
              <span class="style1"><font size="0.5" color="red">*ระบุรหัสบุคลากร 8 หลัก เช่น 93100029</font></span></label></td>
          </tr>
          <tr>
            <th scope="row">คำนำหน้าชื่อ</th>
            <td><label>
              <select name="select">
			  <option>นาย</option>
			  <option>นาง</option>
			  <option>นางสาว</option>
              </select>
            </label></td>
          </tr>
          <tr>
            <th scope="row">ชื่อ</th>
            <td><label>
              <input type="text" name="name" />
            </label></td>
          </tr>
          <tr>
            <th scope="row">นามสกุล</th>
            <td><label>
              <input type="text" name="lname" />
            </label></td>
          </tr>
          <tr>
            <th scope="row">ประเภท</th>
            <td><label>
              <select name="select2">
              </select>
            </label></td>
          </tr>
          <tr>
            <th scope="row">หน่วยงาน/สังกัด</th>
            <td><label>
              <select name="select3">
              </select>
            </label></td>
          </tr>
          <tr>
            <th scope="row">สถานะ</th>
            <td><label>
              <select name="select4">
              </select>
            </label></td>
          </tr>
        </table>
        <input type="submit" name="Submit" value="บันทึกข้อมูล" />
        <input type="reset" name="Submit2" value="ล้างข้อมูล" />
        <input type="submit" name="Submit3" value="ยกเลิก" /> 
      </form>
      <p>&nbsp;</p>
    <p align="left">&nbsp; </p></th>
  </tr>
</table>

</body>
<!- ##############################จบเนื้อหา############################# ->
  </tr>
</table>
<table align ="center" width="90%" border="1">
  <tr>
    <th bgcolor="#9900CC" scope="col">&nbsp;</th>
  </tr>
</table>
<?php
include("page_footer.php");
?>
</body>




Tag : - - - -







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2010-01-30 08:54:51 By : wave View : 1046 Reply : 1
 

 

No. 1

Guest


กระทู้รณรงค์ ตอน "มาเขียน php แบบ OOP กันเถอะ" คือผมก็เห็นว่า community ที่นี่มีคนเก่งเยอะ






Date : 2012-07-15 15:36:04 By : s
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : ขอโค้ดจัดการข้อมูลผู้ใช้งาน ขอโค้ดจัดการข้อมูลผู้ใช้งาน แบบคลาสหน่อยครับ
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ 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 01
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 อัตราราคา คลิกที่นี่