Thanks Mordecai...
I am not super at PHP... Which is one of the reasons I agreed to under take the CMS project from the group of my friends who proposed some of the specs for it... I learn better by doing... I had planned on using the strip_tags function in PHP to just wipe all incoming tags, from the submitted data, but as I thought about it, doing so would wipe out the tags from the IE WYSIWYG editor as well as those from a user doing it by hand. I am already using sessions, to allow me to identify each user, and a cookie and .htaccess system to identify admins, so that I can seperate thier posts from the general ones.
Your reply though, has given me a few ideas to work with though...
As a secondary thought... Does anyone know if any of the freely availible WYSIWYG editor classes, whether written direct in PHP, or in Javascript either have an identifier that I can use to indicate where the data came from, as in a regular post from the form, or from the editor, or is there a way to re-write the editor so that it's function is maintained, yet when it sends its data to the core, it sends it using the CMS code, instead of HTML?