>   extract($_POST, EXTR_PREFIX_ALL, 'file_');

A little typo, extract() automatically attaches 
a '_' so the third parameter here would be just 
'file'.  

This behavior is unlike import_request_variables() 
and I assume the behavior remains for historical 
reasons.  Kinda odd.

Regards,
Philip Olson


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

Reply via email to