lqdmindz Posted July 15, 2010 Share Posted July 15, 2010 Hi guys, Im looking for a site or perhaps source i could download that makes html code that i can insert into my site. Something automatic just like the one for the phpbb with its bbcodes. Anyone know anything that sounds like this? Link to comment https://forums.phpfreaks.com/topic/207797-html-post-maker/ Share on other sites More sharing options...
haku Posted July 15, 2010 Share Posted July 15, 2010 I like ckeditor myself. Link to comment https://forums.phpfreaks.com/topic/207797-html-post-maker/#findComment-1086290 Share on other sites More sharing options...
lqdmindz Posted July 15, 2010 Author Share Posted July 15, 2010 Thanks alot. I downloaded it. Ill try it tomorrow. Looks like what i need Link to comment https://forums.phpfreaks.com/topic/207797-html-post-maker/#findComment-1086486 Share on other sites More sharing options...
lqdmindz Posted July 16, 2010 Author Share Posted July 16, 2010 Installed it on xampp and it is just what i needed. How do i implement it on a page and can i make it post to a txt file. Link to comment https://forums.phpfreaks.com/topic/207797-html-post-maker/#findComment-1086872 Share on other sites More sharing options...
haku Posted July 17, 2010 Share Posted July 17, 2010 You will have to use PHP (or some other server-side language). When the user clicks the submit button, you can then take the text/html that the user has submitted, and write it to a text file, or save it to a database, or whatever you want. More than can be explained in one thread though. Link to comment https://forums.phpfreaks.com/topic/207797-html-post-maker/#findComment-1087320 Share on other sites More sharing options...
lqdmindz Posted July 18, 2010 Author Share Posted July 18, 2010 Thanks...i found the code i needed...ckeditor as quite wierd. the save button submits the form 2 haha Link to comment https://forums.phpfreaks.com/topic/207797-html-post-maker/#findComment-1087698 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.