<script type="text/javascript" src="/ckeditor/ckeditor.js"></script> <form method='post'> <textarea class="ckeditor" name="pcontent" id="pcontent" cols="50" rows="10"></textarea> <input type="submit" /> </form> <?php echo( $_POST['pcontent'] ) ?>
http://web.de
<p> <a href=\"http://web.de\">asdasd</a></p>
http://MY-WEBSITE.de/
http://web.de/

hi, i have the same
when i use ckeditor on the localhost everything is allright, but on the net i have the same problem
what i can do for fix that ? plz
your question about wrong external link in ckeditor
the answer is:
you should turn off
magic_quotes_gpc in your php.iniyou can use this link http://php.net/manual/en/security.magicquotes.disabling.php as refrence.good luck.