if($_SESSION['login_level']==4){ include("firstpage_admin.php"); ?> <script> var fetchs = 'fetchadmin.php'; </script> <?php }elseif($_SESSION['login_level']==1){ include("firstpage_customer.php"); ?> <script> var fetchs = 'fetchcustomer.php'; </script> <?php }
<?php if ($_SESSION['login_level'] == 4) { include "firstpage_admin.php"; $fetchs = 'fetchadmin.php'; } elseif ($_SESSION['login_level'] == 1) { include "firstpage_customer.php"; $fetchs = 'fetchcustomer.php'; } ?> <script> var fetchs = <?php echo $fetchs; ?>; // ต่อไปก็ใช้ตัวแปร fetchs ได้ </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง