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 < or > Is there an easy way to do this? Thanks.
PHP Remove HTML
Thank you, that's exactly what I needed. strip_tags()