Gestionnaire de fichiers - Editer - /home/kridsana/webapp.cm.in.th/673190901/u67319090010/PHP/01_form/index.php
Arrière
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="styles.css"> <title>Form</title> </head> <body> <div class="container"> <form action="show.php" method="post"> <legend style="font-weight: bolder;">ข้อมูลนักศึกษา</legend> <!-- name --> <!-- TH --> <select name="pre_name_th" id="pre_name_th"> <option value="นาย">นาย</option> <option value="นาง">นาง</option> <option value="นางสาว">นางสาว</option> </select> <label for="fname_th">ชื่อ :</label> <input type="text" id="fname_th" name="fname_th"> <label for="lname_th">นามสกุล :</label> <input type="text" id="lname_th" name="lname_th"> <!-- End TH --> <br> <!-- EN --> <select name="pre_name_en" id="pre_name_en"> <option value="Mr.">Mr.</option> <option value="Miss">Miss</option> </select> <label for="fname_en">First name :</label> <input type="text" id="fname_en" name="fname_en"> <label for="lname_en">Last name :</label> <input type="text" id="lname_en" name="lname_en"> <!-- End EN --> <!-- end name --> <br> <!-- Gender --> <label>เลือกเพศ : </label> <input type="radio" id="male" name="gender" value="ชาย"> <label for="male">ชาย</label> <input type="radio" id="female" name="gender" value="หญิง"> <label for="female">หญิง</label> <!-- end gender --> <!-- Date Of Birth --> <label for="date-of-birth">วันเกิด</label> <input type="date" id="date-of-birth" name="date-of-birth"> <!-- End Date Of Birth --> <!-- ID Code --> <label for="id-code">รหัสบัตรประชาชน : </label> <input type="text" id="id-code" name="id-code" pattern=".{13,}" required title="ID code must be 13 characters long"> <!-- End ID Code --> <br> <label for="place-of-issue">สถานที่ออกบัตร : </label> <input type="text" id="place-of-issue" name="place-of-issue"> <!-- ex-idCard --> <label for="ex-idCard">วันหมดอายุ</label> <input type="date" id="ex-idCard" name="ex-idCard"> <!-- end ex idCard --> <!-- place of birth --> สถานที่เกิด <label for="bdistrict">อำเภอ : </label> <input type="text" id="bdistrict" name="bdistrict"> <label for="bprovice">จังหวัด: </label> <input type="text" id="bprovice" name="bprovice"> <!-- end place of birth --> <br> <label for="race">เชื้อชาติ:</label> <input type="text" id="race" name="race"> <label for="nationality">สัญชาติ:</label> <input type="text" id="nationality" name="nationality"> <label for="religion">ศาสนา:</label> <input type="text" id="religion" name="religion"> <br> <label style="font-weight: bolder;">สถานภาพ : </label> <input type="radio" id="single" name="status" value="โสด"> <label for="single">โสด</label> <input type="radio" id="married" name="status" value="สมรส"> <label for="married">สมรส</label> <input type="radio" id="divorce" name="status" value="หย่าร้าง"> <label for="divorce">หย่าร้าง</label> <input type="radio" id="radioOther" name="status" value=otherStatus type="text" id="otherTextField" name="otherStatus"> <label for="radioOther">อื่นๆ</label> <input type="text" class="other-input" id="otherTextField" name="otherStatus" placeholder=""> <label for="child">จำนวนบุตร:</label> <input type="number" id="child" name="child"> <br> <label style="font-weight: bolder;">ความพิการ : </label> <input type="radio" id="single" name="disability" value="ไม่มี"> <label for="single">ไม่มี</label> <input type="radio" id="radioOther" name="disability" value=otherDisability type="text" id="otherTextField" name="otherDisability"> <label for="radioOther">มี ระบุ:</label> <input type="text" class="other-input" id="otherTextField" name="otherDisability" placeholder=""> <label for="special-service">ความต้องการบริการพิเศษ:</label> <input type="text" id="special-service" name="special-service"> <br> <label for="live">ขณะศึกษาพักอยู่กับ:</label> <input type="radio" id="parents" name="live" value="บิดา/มารดา"> <label for="parents">บิดา/มารดา</label> <input type="radio" id="relative" name="live" value="ญาติ"> <label for="relative">ญาติ</label> <input type="radio" id="own-house" name="live" value="บ้านของตัวเอง"> <label for="own-house">บ้านของตัวเอง</label> <input type="radio" id="dormitory" name="live" value="หอพักมหาวิทยาลัย"> <label for="dormitory">หอพักมหาวิทยาลัย</label> <input type="radio" id="rent" name="live" value="บ้านเช่า"> <label for="rent">บ้านเช่า</label> <input type="radio" id="radioOther" name="live" value=input type="text" id="otherTextField" name="otherLive"> <label for="radioOther">อื่นๆ:</label> <input type="text" class="other-input" id="otherTextField" name="otherLive" placeholder=""> <br> <label for="addr" style="font-weight: bolder;">ที่อยู่ปัจจุบัน(ติดต่อได้สะดวก) เลขที่:</label> <input type="text" id="addr" name="addr"> <label for="swine">หมู่:</label> <input type="text" id="swine" name="swine"> <label for="alley">ซอย:</label> <input type="text" id="alley" name="alley"> <label for="road">ถนน:</label> <input type="text" id="road" name="road"> <label for="sub-district">แขวง/ตำบล:</label> <input type="text" id="sub-district" name="sub-district"> <label for="district">เขต/อำเภอ:</label> <input type="text" id="district" name="district"> <label for="provice">จังหวัด:</label> <input type="text" id="provice" name="provice"> <label for="zip-code">รหัสไปรษณีย์:</label> <input type="text" id="zip-code" name="zip-code"> <label for="home-phone">โทรศัพท์(บ้าน):</label> <input type="tel" id="home-phone" name="home-phone"> <label for="tel">โทรศัพท์(มือถือ):</label> <input type="tel" id="tel" name="tel"> <label for="email">E-mail:</label> <input type="email" id="email" name="email"> <br> <label for="raddr" style="font-weight: bolder;">ที่อยู่ตามทะเบียนบ้าน เลขที่:</label> <input type="text" id="raddr" name="raddr"> <label for="rswine">หมู่:</label> <input type="text" id="rswine" name="rswine"> <label for="ralley">ซอย:</label> <input type="text" id="ralley" name="ralley"> <label for="rroad">ถนน:</label> <input type="text" id="rroad" name="rroad"> <label for="rsub-district">แขวง/ตำบล:</label> <input type="text" id="rsub-district" name="rsub-district"> <label for="rdistrict">เขต/อำเภอ:</label> <input type="text" id="rdistrict" name="rdistrict"> <label for="rprovice">จังหวัด:</label> <input type="text" id="rprovice" name="rprovice"> <label for="rzip-code">รหัสไปรษณีย์:</label> <input type="text" id="rzip-code" name="rzip-code"> <label for="rhome-phone">โทรศัพท์:</label> <input type="tel" id="rhome-phone" name="rhome-phone"> <label for="home-id">เลขรหัสประจำบ้าน:</label> <input type="text" id="home-id" name="home-id"> <br> <label style="font-weight: bolder;">ปัจจุบันนักศึกษา</label> <input type="radio" id="not_working" name="working_status" value="not_working"> <label for="not_working">ไม่ทำงาน</label> <input type="radio" id="working" name="working_status" value="working"> <label for="working">ทำงาน</label> <label for="position">ตำแหน่ง:</label> <input type="text" id="position" name="position"> <label for="salary">เงินเดือน:</label> <input type="text" id="salary" name="salary"> บาท/เดือน <br> <label for="workplace">ชื่อสถานที่ทำงาน:</label> <input type="text" id="workplace" name="workplace"> <label for="waddr">เลขที่:</label> <input type="text" id="waddr" name="waddr"> <label for="wswine">หมู่ที่:</label> <input type="text" id="wswine" name="wswine"> <label for="walley">ตรอก/ซอย:</label> <input type="text" id="walley" name="walley"> <label for="wroad">ถนน:</label> <input type="text" id="wroad" name="wroad"> <label for="wsub_district">แขวง/ตำบล:</label> <input type="text" id="wsub_district" name="wsub_district"> <label for="wdistrict">เขต/อำเภอ:</label> <input type="text" id="wdistrict" name="wdistrict"> <label for="wprovince">จังหวัด:</label> <input type="text" id="wprovince" name="wprovince"> <label for="wzip-code">รหัสไปรษณีย์:</label> <input type="text" id="wzip-code" name="wzip-code"> <label for="wphone">โทรศัพท์:</label> <input type="text" id="wphone" name="wphone"> <label for="wemail">อีเมล์:</label> <input type="wemail" id="wemail" name="wemail"> <label for="wline_id">ID Line:</label> <input type="text" id="wline_id" name="wline_id"> <label for="wfacebook">Facebook:</label> <input type="text" id="wfacebook" name="wfacebook"> <br> <br> <input type="submit"> </form> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Génération de la page: 0.45 |
proxy
|
phpinfo
|
Réglages