I want this script to instead of saying you're a guest, into deleting a line in a TXT file.
Is this possible?
Below is the script I'm using.
if(stripos(file_get_contents('http://www.othersite.com/page.html'), '<script')!== false)
echo('YES');
else
echo('NO')
also is it possible to "search" for a tag or something in the text code and delete it?
