|
Posted by Michael Phipps on 07/24/05 15:54
>I have a script which parses the BBC RSS feed once an hour, and drops
> any stories with certain keywords into a database. I would like to ban
> certain strings; at the moment the script will pick up the word "train"
> but also "training"; this is giving me a lot of false positives. Can
> anyone assist? I tried a couple of things but nothing that works.
Have you tried a regular expression? I had a quick glance at your code, but
couldn't see any.
PHP Manual: http://au3.php.net/regex
Michael
Navigation:
[Reply to this message]
|