I have FCK Editor in one of my PHP form textarea. It is working fine locally on my pc running IIS and PHP.
When I move to the server, I have the page loading fine , but the textarea where I set the editor seen as page cannot be displayed error. I thought it is a permission issue on the folder, but even after giving all the permissions it is not working. Can someone help
George
When I move to the server, I have the page loading fine , but the textarea where I set the editor seen as page cannot be displayed error. I thought it is a permission issue on the folder, but even after giving all the permissions it is not working. Can someone help
George
Re: FCK Editor in Textarea in a PHP form
I am sorry I cannot answer your question but I need help insering fck in textarea en php form. Could you help me please cause It does not work.
I did put in the head : <script language="JavaScript" type="text/javascript" src="fckeditor.js"></script>
then where I want to put my test aera :
<textarea id="textarea" rows="6" cols="50" name="formvars[description]">'
. $formvars['description']
. "</textarea><script language='JavaScript'>
generate_fckeditor('textarea');
</script>
Thank you for your answer