<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> <form action="sendmail.php" method="post" enctype="multipart/form-data"> <table> <tr> <td>Date</td> <td><input type="radio" name="date" id="date1" value="22 Jan 2013(Penang)" />22 Jan 2013 <input type="radio" name="date" id="date2" value="23 Jan 2013(Kuala Lumpur)"/>23 Jan 2013 </td> <tr> <tr> <td>Name</td> <td><input type="text" name="txtName"/> </td> <tr> <tr> <td>Gender</td> <td><input type="radio" name="gender" id="gen1" value="Male" />Male <input type="radio" name="gender" id="gen2" value="Female"/>Female </td> <tr> <tr> <td>Telephone Number</td> <td><input type="text" name="txtPhoneNum" /> </td> <tr> <tr> <td>E-mail Address</td> <td><input type="text" name="txtPhoneNum" /> </td> <tr> <tr> <td>Why are you interested in Japanese real estate?</td> <td><input type="radio" name="interest" id="in1" value="Second home" />Second home <input type="radio" name="interest" id="in2" value="Investment"/>Investment <input type="radio" name="interest" id="in3" value="Education" />Male <input type="radio" name="interest" id="in4"/>Others<input type="text" name="txtOthers" /> </td> <tr> <tr> <td>City of residence</td> <td><input type="text" name="txtCity"/> </td> <tr> <tr> <td>Budget</td> <td><select name="budget"> <option selected>----------------------------</option> <option value="~0.5Mil US$">~0.5Mil US$</option> <option value="0.5Mil~1Mil US$">0.5Mil~1Mil US$</option> <option value="1Mil~2Mil US$">1Mil~2Mil US$</option> <option value="2Mil US$~">2Mil US$~</option> </select> </td> <tr> </table> <button type="submit" name="submit"/>Submit </form> </body> </html>
if(trim($_POST["txtDate"])=="") { echo "<script language='javascript'>alert('Please Input Date'); </script>"; exit(); } if(trim($_POST["txtName"])=="") { echo "<script language='javascript'> alert('Please Input Name'); </script>"; } if(trim($_POST["txtGender"])=="") { echo "<script language='javascript'> alert('Please Input Gender'); </script>"; } if(trim($_POST["txtPhoneNum"])=="") { echo "<script language='javascript'> alert('Please Input Phone number'); </script>"; } if(trim($_POST["txtEmail"])=="") { echo "<script language='javascript'> alert('Please Input Email'); </script>"; } if(trim($_POST["txtQuestion"])=="") { echo "<script language='javascript'> alert('Please Input why are you interested in Japanese real estate?'); </script>"; } if(trim($_POST["txtCity"])=="") { echo "<script language='javascript'> alert('Please Input ity of residence'); </script>"; } if(trim($_POST["Budget"])=="") { echo "<script language='javascript'> alert('Please Input buget'); </script>"; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง