Ok hi folks, hope you are well.
Probelm 2: HOW DO I?
Ok what i have is an admin section, which is just a domain say admin.com and when accesed you must enter a password.
so its fairly secure. what i have is a page generator already which will create two files upon request.
a PHP file with and include to the generated HTML file.
So we have two files PHP and HTML YES?
Right my question, is what can i do to incoperate an HTML editor for the HTML file?
What i need is something that i can edit the html pages with.
the files are in a folder called /htmlfiles/ which is in the wwwroot for the live website,
the admin section is on the same server, so i need something that i can edit the pages in domain2.com/htmlfiles/
from admin.com/fileedit.php (or similar)
Does that make sense?