Quote:1.php <form action="2.php" method="post"> $test1=$_POST["test_1"]; echo"$test1"; <CENTER><input type="submit" value="submit" />
<? $test1=$_POST["test_1"]; //////////////////////////////////////////// <form action="2.php" method="post"> <input type="hidden" name="test1" value="<? echo $test1; ?>"> <input type="submit" value="submit" /> </form ?>
<? $test1=$_POST["test_1"]; ////////////////////////////////////////////// <form action="2.php?test1=<?=$test1?>" method="post"> <input type="submit" value="submit" /> </form ?>
<? $test1=$_POST["test_1"]; ?> <form action="2.php" method="post"> <input type="hidden" name="test1" value="<? echo $test1; ?>"> <input type="submit" value="submit" /> </form>
<? $test1=$_POST["test_1"]; ?> <form action="2.php?test1=<?=$test1?>" method="post"> <input type="submit" value="submit" /> </form>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง