Hi,
I need help to get ckeditor to work.
I have downloaded the full version and uploaded it.
I have write this:
<?php
include_once("/CKeditor/ckeditor.php") ;
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="/CKeditor/ckeditor.js"> </script>
<script type="text/javascript" src="jquery.tooltip.pack.js"></script>
</head>
<body>
<form action="sampleposteddata.php" method="post" target="_blank">
<script type="text/javascript">
var = nye CKeditor oCKeditor ('CKeditor1');
oCKeditor.BasePath = '/ckeditor/';
$oCKeditor->Value = 'echo "SASDSDAS";'
oCKeditor.Create ();
</Script>
</form>
</body>
</html>
- <?php
- include_once("/CKeditor/ckeditor.php") ;
- ?>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <script type="text/javascript" src="/CKeditor/ckeditor.js"> </script>
- <script type="text/javascript" src="jquery.tooltip.pack.js"></script>
- </head>
- <body>
- <form action="sampleposteddata.php" method="post" target="_blank">
- <script type="text/javascript">
- var = nye CKeditor oCKeditor ('CKeditor1');
- oCKeditor.BasePath = '/ckeditor/';
- $oCKeditor->Value = 'echo "SASDSDAS";'
- oCKeditor.Create ();
- </Script>
- </form>
- </body>
- </html>
My file is called form.php
But nothing seems to happen??? Why?