View Single Post
ישן 14-06-06, 09:16   # 1
x-ray
דוגמן הבית השמן
תודה על תרומתך :)
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 36
הודעות: 3,716

x-ray לא מחובר  

בעיה עם FCKeditor

כאשר עבדתי על שרת במחשב שלי הכל עבד מצויין אבל כשהעברתי לשרת שעליו מאוחסן האתר שלי העורך לא מופיע ולא עובד...למישהו יש הסבר לזה?

זה הקוד: (עובד בשרת הביתי ולא בשרת שעליו מאוחסן האתר שלי)

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>
<??>
__________________
בברכה,
עידן בן אור
  Reply With Quote