The forum operates in read-only mode. Please head to StackOverflow for support.
Hellofor example insert in your PHP script:HTML-Head
<script type="text/javascript"> window.onload = function() { var oFCKeditor = new FCKeditor('textarea1'); oFCKeditor.BasePath = '/myfolder/fckeditor/'; oFCKeditor.Width = 800; oFCKeditor.Height = 600; oFCKeditor.ReplaceTextarea(); } </script>
<?php $mytext = "...this is my editor text..."; ?> <form name="form1" method="post" action=""> <textarea id="textarea1" name="textarea1"><?php echo $mytext; ?></textarea> </form>
Re: HOW TO Use FCK Rditor in php
Hello
for example insert in your PHP script:
HTML-Head
HTML-Body
J.St.
SYNASYS MEDIA