I think I might have it.
Well... I was under the impression that I could not get HTML tags and text to actually POST to another page from a form post. So I was trying to confirm this and to find out how to actually generate a post from a pure PHP coding (not an actual form).
One site documenting HTML said it couldn't be done, but apperently they were wrong... or maybe under a certain condition it was true.
I have figured out what to do now I think. It looks like I also needed the stripslashes due to magic_quotes and I found a site that showed how to generate a post from pure PHP code (not via a form).
I am going to play with it tonight and see if I get it all and I'll post what I am doing and get some feedback.
Thanks