hello ,
well first i want to say , i was looking for that content editor for 3 days and thanks god i got it and here iam asking for help to use it
i downloaded the editor and i made normal simple texarea and i made the steps in the installtion but it didnt work
, so here is my full code and please tell me what is the error . thanks
--------------------------------
<?php
include_once("fckeditor/fckeditor.php") ;
?>
<html >
<head>
<title>New Page 1</title>
</head>
<body>
<form method="POST" action="submit.php">
<p> </p>
<p> </p>
<p><textarea rows="15" name="world" cols="56"></textarea></p>
<p><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
<?php
$oFCKeditor = new FCKeditor ("world") ;
$oFCKeditor->BasePath = 'fckeditor/' ;
$oFCKeditor->Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
$oFCKeditor->Create() ;
?>
</form>
</body>
</html>
Wed, 07/23/2008 - 00:11
#1
Re: problem with the fckeditor , help please .
this code will create code of
<input type="hidden" style="display: none;" value="" name="art" id="art"/>
<input type="hidden" style="display: none;" value="" id="art___Config"/>
but you have aleady writed
<p><textarea rows="15" name="world" cols="56"></textarea></p>
it's the error . maybe..
you can try it
Re: problem with the fckeditor , help please .
i tried but it didnt work
so please can u just send to me this code http://www.fckeditor.net/demo/language
or any other code that worked on your browser to try it here to find out the problem ??