<?php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <?php include('FCKeditor/fckeditor.php'); ?> <html> <head> <title>TEST</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <form action="" method="post" > <?php $oFCKeditor = new FCKeditor('Detail') ; $oFCKeditor->BasePath = '/fckeditor/' ; $oFCKeditor->Value = '' ; $oFCKeditor->Create() ; ?> <br> <input name="sub" type="submit" value="Submit"> <?php if(isset($_POST[sub])){ echo "$_POST[Detail]"; } ?> </form> </body> </html> ?>
<HTML> <HEAD> <TITLE>TEST</TITLE> <meta http-equiv="content-type" content="text/html; charset=windows-874"> <script type="text/javascript" src="FCKeditor/fckeditor.js"></script> <script type="text/javascript"> <!-- $oFCKeditor = new FCKeditor('fckeditor1'); $oFCKeditor.BasePath = 'FCKeditor/'; $oFCKeditor.Width = '50%'; $oFCKeditor.Height = '300'; $oFCKeditor.Value = '' ; $oFCKeditor.Create() ; //--> </script> </HEAD> <BODY> <form id="form1" name="form1" action="webboardSave.php" method="post"> <br> <input name="submit" type="submit" value="OK"> <input name="reset" type="reset" value="Cancle"> </form> </BODY> </HTML>
<?php <HTML> <HEAD> <TITLE>TEST</TITLE> <meta http-equiv="content-type" content="text/html; charset=windows-874"> <script type="text/javascript" src="fckeditor/fckeditor.js"></script> </HEAD> <BODY> <script type="text/javascript"> <!-- $oFCKeditor = new FCKeditor('fckeditor1'); $oFCKeditor.BasePath = 'fckeditor/'; $oFCKeditor.Width = '50%'; $oFCKeditor.Height = '300'; $oFCKeditor.Value = '' ; $oFCKeditor.Create() ; //--> </script> <form id="form1" name="form1" action="<?=$PHP_SELF;?>" method="post"> <br> <input name="submit" type="submit" value="OK"> <input name="reset" type="reset" value="Cancle"> <?php if(isset($_POST[submit])){ echo "$_POST[fckeditor1]"; } ?> </form> </BODY> </HTML> ?>
<?php <?php <HTML> <HEAD> <TITLE>TEST</TITLE> <meta http-equiv="content-type" content="text/html; charset=windows-874"> <script type="text/javascript" src="fckeditor/fckeditor.js"></script> </HEAD> <BODY> <script type="text/javascript"> <!-- $oFCKeditor = new FCKeditor('fckeditor1'); //แก้ไขตามชื่อฟิลด์ ในตารางงเลยครับ $oFCKeditor.BasePath = 'fckeditor/'; $oFCKeditor.Width = '50%'; $oFCKeditor.Height = '300'; $oFCKeditor.Value = '' ; $oFCKeditor.Create() ; //--> </script> <form id="form1" name="form1" action="<?=$PHP_SELF;?>" method="post"> <br> <input name="submit" type="submit" value="OK"> <input name="reset" type="reset" value="Cancle"> <?php if(isset($_POST[submit])){ echo "$_POST[fckeditor1]"; } ?> </form> </BODY> </HTML> ?> ?>
<?php <HTML> <HEAD> <TITLE>TEST</TITLE> <meta http-equiv="content-type" content="text/html; charset=windows-874"> <script type="text/javascript" src="fckeditor/fckeditor.js"></script> </HEAD> <BODY> <script type="text/javascript"> <!-- $oFCKeditor = new FCKeditor('fckeditor1'); $oFCKeditor.BasePath = 'fckeditor/'; $oFCKeditor.Width = '50%'; $oFCKeditor.Height = '300'; $oFCKeditor.Value = '' ; $oFCKeditor.Create() ; //--> </script> <form id="form1" name="form1" action="<?=$PHP_SELF;?>" method="post"> <br> <input name="submit" type="submit" value="OK"> <input name="reset" type="reset" value="Cancle"> <?php if(isset($_POST[submit])) { $txtpost = stripslashes( $_POST['fckeditor1'] ) ; echo "$txtpost"; } ?> </form> </BODY> </HTML> ?>
<?php if(isset($_POST['submit'])) { $txtpost = stripslashes( $_POST['fckeditor1'] ) ; echo $txtpost; } ?> <HTML> <HEAD> <TITLE>TEST</TITLE> <meta http-equiv="content-type" content="text/html; charset=windows-874"> <script type="text/javascript" src="FCKeditor/fckeditor.js"></script> <script type="text/javascript"> <!-- $oFCKeditor = new FCKeditor('fckeditor1'); $oFCKeditor.BasePath = 'FCKeditor/'; $oFCKeditor.Width = '50%'; $oFCKeditor.Height = '300'; $oFCKeditor.Value = '' ; $oFCKeditor.Create() ; //--> </script> </HEAD> <BODY> <form id="form1" name="form1" action="<?=$PHP_SELF;?>" method="post"> <input name="submit" type="submit" value="OK"> <input name="reset" type="reset" value="Cancle"> </form> </BODY> </HTML>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง