[PHP] Re: trigger words

2001-12-07 Thread Julio Nobrega Trabalhando
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,

[PHP] RE: trigger words

2001-12-07 Thread Tim Ward
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 an