<?php print_r ($_POST); ?> <form action="<?=$_SERVER['PHP_SELF']?>" method="post"> <input type="text" name="var[]" value="first" /> <input type="text" name="var[]" value="second" /> <input type="text" name="var[]" value="third" /> <input type="text" name="var[]" value="fourth" /> <input type="submit" name="submit" value="Send value" /> </form>
<html> <head><title></title> <script type="text/javascript"><!-- var gFiles = 0; function addFile() { var li = document.createElement('li'); li.setAttribute('id', 'file-' + gFiles); li.innerHTML = 'เลขทะเบียบรถ:<input type="text" name="PLATE_NUMBER3[]"><span onclick="removeFile(\'file-' + gFiles + '\')" style="cursor:pointer;">ลบ</span>'; document.getElementById('files-root').appendChild(li); gFiles++; } function removeFile(aId) { var obj = document.getElementById(aId); obj.parentNode.removeChild(obj); } --></script> </head> <ol id="files-root"> <body> <form action="4.php" method="post"> <li>เลขทะเบียบรถ:<input type="text" name="PLATE_NUMBER3[]"><span onclick="addFile()" style="cursor:pointer;">เพิ่ม</span> </ol> <input name="btnButton5" type="submit" value="ส่ง" style="width:80px;height:40px"> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง