Hello again -
I have a variable that is assigned the contents of a html page...
i.e $var = $_POST["textarea"] // textarea is the name of a form textarea field that has html markup language in it
I would like to parse the string ($var)and add "THIS IS A TEST" when i find the pattern "<title>", for example.
Any ideas? Anyone?
Thanks for the help