<?php echo @$_POST['txt1']; ?> <script type="text/javascript"> function test(){ document.getElementById('f1').txt1.value = 'hello'; return true; } </script> <form id="f1" method="post" action="?" onsubmit="return test()"> <input type="text" name="txt1" value="" /> <input type="submit"/> </form>
<?php $a = '100';//ตัวแปร php?> <script type="text/javascript"> x = <?php json_encode($a);?>; x = x*100; alert(100); </script>
<?php $a = '100';//ตัวแปร php?> <script type="text/javascript"> x = <?php json_encode($a);?>; x = x*100; $.post('test.php',{data:x}); </script>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script> $(function(){ $('#test').load('example.php?id=1'); //ดึงข้อมูลจากไฟล์อื่นมาแสดงใน div id=test โดยไม่ต้องเปลี่ยนไปหน้าอื่น }); </script> <div id="test"></div>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง