HOME FEEDBACK SUPPORT FORUM




Providing High Quality, User Friendly, Scripts to the world at an affordable rate.

PHP Dynamic Wysiwyg Editor Install Instructions.

PHP Dynamic Wysiwyg Editor is an easy to use, easy to install, wysiwyg editor using PHP, MySQL, and a little JavaScript.


INSTALLATION INSTRUCTIONS:

First Basic setup edit the database connections in the dbconfig.php file in the config folder.

Upload this entire package in the root folder of your website. If some of these folder already exist, no problem simply add the files to the existing folders.

Make sure to chmod the folder "uploadeddocs" and "uploadedimages" to 0777

Open the insert_image.php and insert_pdf.php files in the pop ups directory follow the instructions in those files to make the appropriate edits.

Then in your browser, browse to http://www.yourdomain.com/install.php. This will set up the database.

Thats it your up and running!

See index.php for an example of how to implement the wysiwyg

Don't forget to delete the install.php

Now as classy as the design of the example is you probably want it to fit in with your website. Below are instructions for customizing your own page.



Place in head

<?php include("wysiwyg.php"); ?>


Place where you want the textarea to display
<textarea id="textarea1" name="test1" style="height: 170px; width: 500px;">
DEFAULT CONTENT GOES HERE
</textarea>
<script language="javascript1.2">
generate_wysiwyg('textarea1');
</script>


DEMO LOCATED HERE:
http://www.atwebresults.com/dynamicwysiwyg/

DEMO ADMIN:
http://www.atwebresults.com/dynamicwysiwyg/admin/
USER: admin
PASS: admin
Opps! Did I Make A Mistake or Miss Something? Please Let everyone know Here