Description
PHPDevel Wysiwyg HTML Editor is a free easy-to-use wysiwyg editor
that you can use on your websites or integrate into your web applications.
Adding the editor to an HTML form is as easy as adding textarea tag.
The code for textarea tag would be:
<textarea name="message">Default text</textarea>
The replacement code for wysiwyg editor would be:
<?php echo wysiwyg('wysiwyg_id', 'message', 'Default text'); ?>