shortysbest Posted June 16, 2010 Share Posted June 16, 2010 I am currently using this http://www.leigeber.com/2010/02/javascript-wysiwyg-editor/ wyiswyg html editor however when i try to submit the text and everything to my database it won't unless i switch it to the source code view then it does it fine, however im not sure why this is, im not sure if it's a problem with how i have my database row set up/php or if its something in the editor itself. My database row for this is a VARCHAR(2000) and i had tried with LONGTEXT. my php is just $about=$_POST['about'] any help would be nice thanks Link to comment https://forums.phpfreaks.com/topic/204979-wysiwyg-html-edit-submit-to-database-problem-only-submits-source/ Share on other sites More sharing options...
bspace Posted June 17, 2010 Share Posted June 17, 2010 read the responses on the linked page a couple seem to deal with this problem however it seems to me that there are so many things missing from this editor that it's really not up to what ckeditor can do Link to comment https://forums.phpfreaks.com/topic/204979-wysiwyg-html-edit-submit-to-database-problem-only-submits-source/#findComment-1073214 Share on other sites More sharing options...
shortysbest Posted June 17, 2010 Author Share Posted June 17, 2010 read the responses on the linked page a couple seem to deal with this problem however it seems to me that there are so many things missing from this editor that it's really not up to what ckeditor can do yeah i actually read those earlier and fixed it, wasnt anything but a few pieces of code lol. forgot to mark this as solved, and no this only has the basic features, but this one actually has many more features then i need for my current client's website. Just an antique site that only the owner will be using to add things, nothing big. But thanks for the repsonse. Link to comment https://forums.phpfreaks.com/topic/204979-wysiwyg-html-edit-submit-to-database-problem-only-submits-source/#findComment-1073216 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.