คะแนนผ่าน <input id="criterion" type="text" name="criterion" value="<?php echo $_GET['criterion']; ?>" style="width:40px; height:30px;" readonly/> <?php error_reporting( error_reporting() & ~E_NOTICE ); $PlaceINOUT=$_GET['PlaceINOUT']; if ($PlaceINOUT=="ภายใน") { print "ให้คะแนน" ;//เป็นจริงก็จะแสดงข้อความว่า First is dogs echo "<input type=\"text\" name=\"score\" id=\"score\" value=\"100\" min=\"0\" max=\"100\" placeholder=\"คะแนน\" autocomplete=\"off\" style=\"width: 45px; height:30px;>\"" ; echo "<input type=\"text\" name=\"criterion\" id=\"criterion\" value=\"<?php echo $_GET['criterion']; ?>\" min=\"0\" max=\"100\" placeholder=\"คะแนน\" autocomplete=\"off\" style=\"width: 45px; height:30px;>\"" ; } else { print "";//เป็นเท็จ ก็จะแสดงว่า Not is dogs } ?>
<?php error_reporting( error_reporting() & ~E_NOTICE ); $PlaceINOUT=$_GET['PlaceINOUT']; ?> คะแนนผ่าน <input id="criterion" type="text" name="criterion" value="<?= $_GET['criterion'] ?>" style="width:40px; height:30px;" readonly /> <?php if ($PlaceINOUT=="ภายใน"){?> ให้คะแนน <input type="text" name="score" id="score" value="100" min="0" max="100" placeholder="คะแนน" autocomplete="off" style="width: 45px; height:30px;" > <input type="text" name="criterion" id="criterion" value="<?=$_GET['criterion'] ?>" min="0" max="100" placeholder="คะแนน" autocomplete="off" style="width: 45px; height:30px;" > <?php }else{ print "";//เป็นเท็จ ก็จะแสดงว่า Not is dogs }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง