Search

You searched for the word(s):
< 1 second(s)
  • Re: cuteeditor on my website failed today 11-1-2011

    Ken - &nbsp; As you know, the example code above produced the same result. &nbsp; You then suggested the solution below, which worked perfectly. Thanks alot for quickly fixing my problem! &nbsp; Solution (generic values must be changed): 1.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Open ...
    Posted to Cute Editor for PHP (Forum) by mp5802 on November 2, 2011
  • cuteeditor on my website failed today 11-1-2011

    When I tred to use cuteeditor today in Firefox or IE it fails. In Firefox, I get none of the wysiwyg controls, and a generic box with a 404 (page not found) Error. Could this be a licensing issue?&nbsp; Do I need to upgrade? Any advice will be appreciated. &nbsp; Info: &nbsp; The editor is embedded in a php app I wrote to store my work ...
    Posted to Cute Editor for PHP (Forum) by mp5802 on November 1, 2011
  • Re: saved html in mysql db displays as plain text when retrieved

    Eric -&nbsp;I've now got my add, edit, and display webpages working in my notes application working with CuteEditor integration. My legacy notes work, too, but they are all run together sentences. I can live with that. I'm able to edit them with CuteEditor, so I can touch them up and make them look good now with all the features in ...
    Posted to Cute Editor for ASP (Forum) by mp5802 on September 8, 2010
  • Re: saved html in mysql db displays as plain text when retrieved

    I do see now that in looking at the actual data in mysql that almost all my previous notes were stored as plain text. (They were exportedfrom another old windows-based note program into my current php db - I'm trying to put these notes online.)&nbsp;The few old notes that are stored as html also display that html (same problem as data retrieved ...
    Posted to Cute Editor for ASP (Forum) by mp5802 on September 8, 2010
  • Re: saved html in mysql db displays as plain text when retrieved

    As I said, I've never written any php object code - just plain old procedural PHP, so I'm afraid that your reply does not help me. Perhaps, incorporating CuteEditor is beyong my php skills.&nbsp;I read all of your code and only understood small parts of it. Again, my problem is not storing and retrieving the actual content (maybe); it's just&nbsp; ...
    Posted to Cute Editor for ASP (Forum) by mp5802 on September 8, 2010
  • Re: saved html in mysql db displays as plain text when retrieved

    I found the problem:&nbsp;The display function I was using contains two sub functions that are normally needed to display text in my web pages.&nbsp;function forDisplay( $text ) { &nbsp; $text = htmlentities( $text ); &nbsp; $text = nl2br( $text ); &nbsp; return $text; } I removed this display function that formats the field ...
    Posted to Cute Editor for ASP (Forum) by mp5802 on September 6, 2010
  • saved html in mysql db displays as plain text when retrieved

    I've just installed CuteEditor on a PHP site that stores notes in a MySQL database table. I've created a test note using CuteEditor. The html is storing precidsely in the table field, but when I retrieve it for display the web page literally displays the html code.&nbsp;Here's the code generated by CuteEditor&nbsp; stored in my MySQL db record in ...
    Posted to Cute Editor for ASP (Forum) by mp5802 on September 6, 2010