เรียกข้อมูลมาแก้ไขไม่ได้ครับ ผมติดตั้ง fckeditor ครับผมผมจะทำฟอร์มแก้ไข มันไม่ดึงข้อมูลเดิมมาให้ครับ
Code (PHP)
<?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() ;
?>
run ยังงัยก้อไม่ออก รบกวนขอผู้รู้แนะนำด้วยค่ะ
Date :
2012-02-25 00:18:03
By :
jeffy
Code (PHP)
$oFCKeditor->Value = $row['detail_jobs'];
ก็น่าจะถูกแล้วน่ะครับ
Date :
2012-02-26 09:05:37
By :
webmaster
Load balance : Server 02