On Saturday 03 April 2004 05:50, Bruno Santos wrote: > i've tried to pass the global array $_FILES to a function
$_FILES is a superglobal and hence available everywhere (including the inside of functions) without any work on your part. > but still no sucess... Please elaborate. > can someone help me ?? Only if you can provide some details: 1) State what you're trying to do 2) Show the code that you're using 3) State what you expect the code to do 4) State what the code is actually doing If (3) and (4) are different then: i) Enable full error reporting and study any error messages you get ii) Use print_r() and var_dump() to examine all your variables. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* A king's castle is his home. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php