Remove/Replace Tags
Posted: Wed May 03, 2006 2:24 pm
I am trying to send a form to a .php file that puts it's inputs into another .html file. But that .html file has <></> tags which I want to remove, replace or just get the information in between the tags. What code can I use to do such a thing? I used Preg_replace and Str_replace and neither worked. Please help.