947740 Posted July 14, 2008 Share Posted July 14, 2008 I would like a visual editor that will output the result of PHP code and allow you to change some of the text it outputs. Is there one out there? Quote Link to comment https://forums.phpfreaks.com/topic/114679-wysiwyg-php-editor/ Share on other sites More sharing options...
wildteen88 Posted July 15, 2008 Share Posted July 15, 2008 No not really. You should really learn to code PHP yourself. However you should first create a static design using HTML/CSS, that way you can get everything to your liking. Afterwards add in the PHP code. WYSIWYG is only good for HTML really. Most IDE's which spit out PHP for you is very messy and becomes a nightmare when you get an error or something doesn't quite work right. Quote Link to comment https://forums.phpfreaks.com/topic/114679-wysiwyg-php-editor/#findComment-590765 Share on other sites More sharing options...
947740 Posted July 15, 2008 Author Share Posted July 15, 2008 I know how to code PHP. The problem is, I have a website with php files that non-website knowledgeable people need to be able to edit, without dealing with all the html and PHP in the file... Quote Link to comment https://forums.phpfreaks.com/topic/114679-wysiwyg-php-editor/#findComment-590789 Share on other sites More sharing options...
wildteen88 Posted July 15, 2008 Share Posted July 15, 2008 You'll need to provide an area for editing the page content then, like a blog interface for example. You can use editors such as FCKEditor or TinyMCE embedded into your page so your users can easily edit the pages content. Quote Link to comment https://forums.phpfreaks.com/topic/114679-wysiwyg-php-editor/#findComment-590866 Share on other sites More sharing options...
947740 Posted July 15, 2008 Author Share Posted July 15, 2008 Okay. Thanks for the reply. Quote Link to comment https://forums.phpfreaks.com/topic/114679-wysiwyg-php-editor/#findComment-590873 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.