<?php include("fckeditor/fckeditor.php"); // เรียกใช้งานเพียงครั้งเดียว $oFCKeditor = new FCKeditor('content') ; // กำหนดชื่อเป็น message หรืออื่นๆ ตามต้องการสำหรับเรียกใช้ $oFCKeditor->BasePath = "fckeditor/" ; // ตำแหน่งโฟลเดอร์ ของ fckeditor $oFCKeditor->Width= 700 ; // ความกว้าง $oFCKeditor->Height= 500 ; // ความสูง $oFCKeditor->ToolbarSet ="Default"; // รูปแบบ Toolbar อาจเป็น Default , Basic , Normal , None หรือ อื่นๆ $oFCKeditor->Value ="<?=$row["title"]?>"; //$oFCKeditor->Value ="test" ; // กรณ๊กำหนดค่าเริ่มต้น หรือดึงข้อมูลจากฐานข้อมูล $oFCKeditor->Create() ; ?>
<?php include("fckeditor/fckeditor.php"); // เรียกใช้งานเพียงครั้งเดียว $oFCKeditor = new FCKeditor('content') ; // กำหนดชื่อเป็น message หรืออื่นๆ ตามต้องการสำหรับเรียกใช้ $oFCKeditor->BasePath = "fckeditor/" ; // ตำแหน่งโฟลเดอร์ ของ fckeditor $oFCKeditor->Width= 700 ; // ความกว้าง $oFCKeditor->Height= 500 ; // ความสูง $oFCKeditor->ToolbarSet =Default; // รูปแบบ Toolbar อาจเป็น Default , Basic , Normal , None หรือ อื่นๆ $oFCKeditor->Value = $row['detail_jobs']; //$oFCKeditor->Value ="test" ; // กรณ๊กำหนดค่าเริ่มต้น หรือดึงข้อมูลจากฐานข้อมูล $oFCKeditor->Create() ; ?>
$oFCKeditor->Value = $row['detail_jobs'];
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง