Page 1 of 1

Remove/Replace Tags

Posted: Wed May 03, 2006 2:24 pm
by cocell
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.

Posted: Wed May 03, 2006 2:39 pm
by Christopher
I believe there is a striptags() function. Check the manual.