This is a bit of a stumper of a question, well, for me anyway 🙁 I have done some PHP script with embedded HTML to generate some dynamic sites...the people who are to look after these pages have been using Frontpage for editting...now...when editting a php script in Frontpage/Dreamweaver, php code is shown as if it were normal text...i.e. php code appearing in form fields?
Does anyone know of a way to allow these users to edit the pages through a wysiwyg type editor or is there a need for me to write some sort of custom editor to allow editting of only html...
i have heard that providing a single comment ,<!-- , around the php code will mean the editor treats it as a comment? but this does not seem to work?
Any ideas much appreciated...
Thanks in advance.
Mayu