Hi, so I have a form that submits to textboxes to another page, and then I get those and have them as $text and $text2 for example, now what I need to figure out is how to check if there are any <'s or >'s and if there are any, change them to &lt; or &gt; Is there an easy way to do this? Thanks.

    Thank you, that's exactly what I needed. strip_tags()

      Write a Reply...