"; //$ProcessOutput .= "


"; $ProcessOutput .= "ได้ทำการแก้ไข ข้อมูลโรงเรียน เรียบร้อยแล้ว

"; //$ProcessOutput .= "หน้าหลักผู้ดูแลระบบ"; echo ""; $ProcessOutput .= "
"; $ProcessOutput .= "

"; } //อ่านค่าจากไฟล์ Text เพื่อแก้ไข $FileNewsTopic = "schooldata/schooldata.html"; $file_open = @fopen($FileNewsTopic, "r"); $TextContent = @fread ($file_open, @filesize($FileNewsTopic)); @fclose ($file_open); $TextContent = stripslashes($TextContent); ?>



ข้อความ :
BasePath = 'FCKeditor/' ; $oFCKeditor->Width = '100%' ; $oFCKeditor->Height = '500' ; $oFCKeditor->Value = $TextContent ; $oFCKeditor->Create() ; ?>