Following up from this, I got the editor to work just fine. However, when I display the data generated by the FCK editor back into the webpage, it's showing the HTML code as well, text code (like it's putting in <br />'s instead if making an actual linespace).
What could I be doing wrong?
Is the mySQLSafe doing this? i.e.
CODE
$check = $db->select("SELECT extraBox FROM ".$glob['dbprefix']."CubeCart_docs WHERE doc_id = ".$db->mySQLSafe($_GET['docId']));