<?php <!DOCTYPE HTML PUBLIC "http://www.w3.org/TR/html4/strict.dtd"> <head> <title>Demo 1 : Convert All Textareas</title> <script type="text/javascript" src="nicEdit.js"></script> <script type="text/javascript"> var myNicEditor1,myNicEditor2,myNicEditor3; function window_onload(){ myNicEditor1 = new nicEditor({fullPanel : true, iconsPath : 'nicEditorIcons.gif'}).panelInstance('area1'); } </script> <style type="text/css"> <!-- .style1 { color: #FF0000; font-weight: bold; } --> </style> </head> <body onLoad="window_onload()"> <div id="sample"> <h4>First Textarea</h4> <?php if($_POST['save']) { $newmsg = stripslashes($_POST['message']); $file = fopen("notes.txt","r+"); ftruncate($file,0); $writedate = fwrite($file,$newmsg); fclose($file); } $messages = fopen("notes.txt","r+"); $message = fread($messages,500000); fclose($messages); ?> <form action="<? $php_self ?>" method="post"> <input type="submit" name="save" value="Save Files" /><br /><br /> <textarea id="area1" name="message" cols="100"><?=$message ?></textarea> <br /> <input type="submit" name="save" value="Save Files" /><br /><br /> </form> </div> </body> </html> ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง