Hey guys i am looking for a script that will actually go to the specified website and remove a line from it and redirect you. Its a simple idea 1. User will type in a website name. 2. Script will go to the page, or go to its source. 3. Remove a line of html and redirect the person to the site without that line. Thanks Sal.
I don't know what exactly you are asking for, but use a form for the user to enter the site, then depending on exactly what you want you could search either using regular expression or simple search, then replace, either save it on your server then use header redirect or just echo it out.