On Wed, February 20, 2008 11:34 pm, Hamilton Turner wrote:
> Does anyone know why a server would simply fail on this line?
>
> $num = preg_match_all($regex, $theData, $match, PREG_SET_ORDER);
>
> if i know the file handle is valid (i grabbed it using 'or die'), and
> the regex is valid

Define "fail"...

There are any number of things that could be going wrong.

Check your logs, dump out the data, etc

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to