Submitting HTML into PHP forms

Status
Not open for further replies.

genji

Banned
Banned
31
2008
0
0
Hey guys I've got somewhat of a problem I can't seem to get out of.

I currently have a php form with a text-area which I want to put the following html into:

Code:
<ul class="post">
<li><a href="lol.com">hello</a></li>
<li><a href="lole.com">there</a></li>
</ul>

The form accepts the html but when it comes to displaying what I've put into the text area, it does not use the post class that i've used in the text area..


Can anyone here help me out please?
 
Status
Not open for further replies.
Back
Top