<?php
//FCKEditor
include_once("fckeditor/fckeditor.php");
$oFCKeditor = new FCKeditor('texto') ;
$oFCKeditor->BasePath = 'fckeditor/' ;
$oFCKeditor->Value = stripslashes($row_rsnoticias['texto']);
$oFCKeditor->Create() ;
?> fabianowebes@gmail.com.br
