Jump to content

code source request , please


crazy.works

Recommended Posts

i mean the code that i will put in the php file to load the editor with multi languages support

 

so now here is my code , beside it isnot work , the textarea and the editor didnt appear too and i dont know why

 

------------------------------------------------------

 

<?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>

 

----------------------------------------------------------

 

so just can u send to me the correct code that i have to put in the php file to load the editor with multi languages support like the sample on that link http://www.fckeditor.net/demo/language please ????

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.