On Wed, 2008-02-20 at 23:34 -0600, Hamilton Turner wrote:
> if i know the file handle is valid (i grabbed it using 'or die'), and 
               ^^^^^^^^^^^^^

This is probably your problem, you are trying to match on a resource
handle, not a string or something.

Check out http://www.php.net/preg_match_all

> the regex is valid

Won't really matter if the data is in the wrong format!

--Paul
-- 
------------------------------------------------------------.
| Chisimba PHP5 Framework - http://avoir.uwc.ac.za           |
:------------------------------------------------------------:

All Email originating from UWC is covered by disclaimer 
http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm 

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

Reply via email to