<?php session_start(); ?> <? $a=$_GET['a']; ?> <html> <head> <STYLE> A:link { color: #000000; text-decoration:none} A:visited {color: #000000; text-decoration: line-through;} A:hover {color: #F7B810} </STYLE> </head> <body> <h1>New Game</h1> <form action="game.php" id="register" method="post" > Max Number: <input type="text" name="max"> <input type="submit" value="New Game" > </form> <hr> <h1> Guess </h1> <? if(!isset($_SESSION['max'])){ $max = $_POST["max"]; $_SESSION['max'] = $max; $_SESSION['rand'] = rand(1, 100); } echo $_SESSION['rand']; for($i=0;$i<count($_SESSION["t"]);$i++) { $r[row][]=$_SESSION["t"][$i]; } ?> <table> <tr> <? for ($i=1;$i<=$_SESSION['max'] ;$i++) { echo "<td>"; if(......) { echo $i; } else { ?><a href='game.php?a=<?=$i?>' name="game"> <?echo $i;?></a> <? if (isset($_GET['a'])) { $_SESSION["g"]= $_GET['a']; } } echo "</td>"; if ($i%20==0){echo "</tr> <tr>";} } ?> </table> <? $_SESSION["t"][] = $_SESSION["g"] ; for($i=0;$i<count($_SESSION["t"]);$i++) { echo $_SESSION["t"][$i]."<br>"; $r[row][]=$_SESSION["t"][$i]; } echo "test".$gg; ?> </body> </html>
Quote:echo $_SESSION["t"][$i]."<br>";
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง