<!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>Untitled Document</title> </head> <body> <br/><br/><br/><br/> <div align="center"> <font color="#000000" size="5">ตรวจสอบการสมัครเข้าศึกษา</font><br><br> <table border="1" height="200" width="400" cellspacing="0" cellpadding="0" > <tr> <td align="center"> <form method="POST" action="ckregis_up.php" > <table border="0" > <tr> <td> </td> <td> รหัสบัตรประชาชน : <br><br> เบอร์โทร : </td> <td> <input type="text" name="id_card" pattern="[0-9]{13,}" title="กรอกตัวเลข 13หลัก เท่านั้น" maxlength="13" required/> <br><br> <input type="text" name="tel_std" pattern="[0-9]{10,}" title="กรอกตัวเลข 10หลัก เท่านั้น" maxlength="10" required /> </td> </tr> </table> <br> <button type="submit" style="background:#8b0000"><font color="#FFFFFF" size="4">เข้าระบบ</font></button> <br> </form> </td> </tr> </table> </div> </body> </html>