Search

You searched for the word(s):
< 1 second(s)
  • Re: License Error

    Looks like it is working now. &nbsp; Thanks
    Posted to Cute Editor for PHP (Forum) by kellyd on June 20, 2008
  • Re: License Error

    It is a linux server running centOS and Apache with PHP 5
    Posted to Cute Editor for PHP (Forum) by kellyd on May 29, 2008
  • License Error

    I am getting a pop up when I load the editor saying that I have an ip license and it doesn't match the ip in the license file but it does match. I am however using it on a different domain now. I didn't get the error on the first domain which is the same ip as this second domain. Did I miss something?
    Posted to Cute Editor for PHP (Forum) by kellyd on May 28, 2008
  • Re: php tags half removed

    If anyone else has this problem add these two lines into the LoadHTML function &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $s = str_replace(''&lt;?php'',''&amp;lt;?php'',$s); &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $s = str_replace(''?&gt;'',''?&amp;gt;'',$s); This will render the php code as a string, then make sure you replace them ...
    Posted to Cute Editor for PHP (Forum) by kellyd on May 28, 2008
  • Re: php tags half removed

    I was wrong on that last part the editor is now removing all of the php code instead of just the opening php tag.
    Posted to Cute Editor for PHP (Forum) by kellyd on May 28, 2008
  • Re: php tags half removed

    Thanks that solved half the problem :) I can add the php code in now but when I load an existing page into the editor it gets stripped out. Any ideas on this? Iam using php's file_get_contents() function to read it into the $editor=&gt; Text like this. $file is a file path I have already set up earlier in the ...
    Posted to Cute Editor for PHP (Forum) by kellyd on May 28, 2008
  • php tags half removed

    I'm having a problem with CE replacing code that is in my content. For example when I load something like this. &nbsp; &nbsp; &lt;?php include ''header.php''; ?&gt; This is some content. &nbsp; &nbsp; The editor removes the opening PHP tag but leaves the rest. If I use htmlentities then I only get the straight code, is there&nbsp; a way ...
    Posted to Cute Editor for PHP (Forum) by kellyd on May 21, 2008