Yes, use a combination of file and string (or regex) functions to scan the
file for the string you want.
Tim
--
From: Deron [SMTP:[EMAIL PROTECTED]]
Sent: 07 December 2001 02:21
To: [EMAIL PROTECTED]
Subject: "trigger" words
Is there a
Yes! But since one must learn by trying, I will give you some general
rules.
Okay, make it work as a function. You need the page url to grab and the
word to search. So it's a function with two arguments:
function do_it ($page_url , $word) {
Then inside the function you fopen() the $page,
2 matches
Mail list logo