כאשר עבדתי על שרת במחשב שלי הכל עבד מצויין אבל כשהעברתי לשרת שעליו מאוחסן האתר שלי העורך לא מופיע ולא עובד...למישהו יש הסבר לזה?
זה הקוד: (עובד בשרת הביתי ולא בשרת שעליו מאוחסן האתר שלי)
PHP קוד:
<?php
if(isset($_POST['idan'])){$idan=$_POST['idan'];echo" $idan ";}
else{?><html><head><script type="text/javascript" src="/FCKeditor/fckeditor.js"></script>
<script type="text/javascript">
window.onload = function()
{
var oFCKeditor = new FCKeditor('idan') ;
oFCKeditor.BasePath = "/FCKeditor/" ;
oFCKeditor.ReplaceTextarea() ;
}
</script></head><body><form method="post" action="idan.php " >
<textarea name="idan" rows="2" cols="30" ></textarea><br><input type="submit">
</form></body></html>
<?} ?>