Search found 1 match
- Wed May 18, 2005 4:17 pm
- Forum: PHP - Code
- Topic: Searching and Writing HTML doc
- Replies: 1
- Views: 153
Searching and Writing HTML doc
Hi All, I have a plain html document that is included into a PHP4 page, and I would like to be able to do the following to it: 1) Search the HTML page located on the same server for a given string ("<a name="top"></a>" lets say) and remove all instances of it. 2) Search the HTML...