gsaunders
06-15-2006, 07:49 AM
Ok, can this be done.
I need to post from a php script several text fields that have normal text, but I also need to post some HTML code which consists of a table and hyperlinks as well.
- First can HTML Code actually be posted from a normal HTML form?
- Whether or not it can be done from a HTML form can it be done from a php script? If so how do I go about doing this?
I have tried to achieve it from an HTML form, but it seems to ignore the HTML code after the post and I'm left with just the text.
Thank You.
I need to post from a php script several text fields that have normal text, but I also need to post some HTML code which consists of a table and hyperlinks as well.
- First can HTML Code actually be posted from a normal HTML form?
- Whether or not it can be done from a HTML form can it be done from a php script? If so how do I go about doing this?
I have tried to achieve it from an HTML form, but it seems to ignore the HTML code after the post and I'm left with just the text.
Thank You.