วันจันทร์ที่ 18 สิงหาคม พ.ศ. 2557

ทำ from add data

<form name="form1" method="post" action="Add.php" enctype="multipart/form-data" onSubmit="return verify()">
    <table width="1500">
    <tr>
    <td width="1500" height="70">
        <div class="col-xs-4">
            <label for="exampleInputEmail1">ชื่อหัวข้อ</label>  
            <input type="text" class="form-control" id="name" name="name" placeholder="ชื่อหัวข้อ">
        </div>
        </td>
      </tr>
      <tr>
      <td height="70">
        <div class="col-xs-4">
            <label for="exampleInputEmail1">ลำดับ</label>  
            <input type="text" name="seq" class="form-control" placeholder="ลำดับ">
          </div>
          </td>
</tr>
      <tr>
      <td>
        <div class="col-xs-4">
        <div class="form-group"></div>
<button type="submit" name="btnSubmit" value="Submit" class="btn btn-default">บันทึก</button>
          </div>
         </td>
         </tr>        
    </table>
</form>

ไม่มีความคิดเห็น:

แสดงความคิดเห็น