I am creating a website for someone who will need to be able to edit specific parts of the text themselves for updates and such.
I'm not exactly sure what FCKeditor does, but tell me if I am on the right track here...
Let's say I have an html table, then put a php include in that table (include ("page1.inc"):) so that the results of that include appear in the table.
Then I set up another page with a textarea, with the FCKeditor enabled for that textarea, and in that text area I include page1.inc.
The client will be able to edit in that textarea using FCKeditor, wysiwyg, and upon submission, the content is transformed into html, and I write that content to page1.inc., which will of course now show up on the original page.
If that is correct so far, will I be able to limit what html tags are used so that only tags allowable in a table will be available?
Or is there even an easier way to do this?
Thanks for any help in my understanding of all this...
Chris
I'm not exactly sure what FCKeditor does, but tell me if I am on the right track here...
Let's say I have an html table, then put a php include in that table (include ("page1.inc"):) so that the results of that include appear in the table.
Then I set up another page with a textarea, with the FCKeditor enabled for that textarea, and in that text area I include page1.inc.
The client will be able to edit in that textarea using FCKeditor, wysiwyg, and upon submission, the content is transformed into html, and I write that content to page1.inc., which will of course now show up on the original page.
If that is correct so far, will I be able to limit what html tags are used so that only tags allowable in a table will be available?
Or is there even an easier way to do this?
Thanks for any help in my understanding of all this...
Chris