In article 
<[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Peter Benoit) wrote:

> Very good info, but this text is located in a text file.  How can I
> reference it this way?

Get the contents of the text file--for example, using fopen() with 
fread()--into a variable.  Then use that variable as the second argument to 
preg_match().

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to