Php Wysiwy. Project
Wysiwyg project
I would like each user to be able to create a 4 page wysiwyg website through their account. This would work like this:
1. User clicks ‘create website’
2. A folder needs to be created using the clients I’d which is already stored in a session variable
3. Using mkdir a folder should be created using the clientid name
4. 4 pages must then be created in the folder:
about.php
products.php
portfolio.php
contact.php
I will give a typical html template for each initial page created.
Once the files have been created I would like the user to have the option to edit all pages using a php wysiwyg editor like tinymce or whatever you can suggest.
The user must be able to upload images to each page from their pc if required.



