greengo Posted May 14, 2007 Share Posted May 14, 2007 hi, does anyone know what this error means: Array ( [file] => Array ( [name] => mamma.txt [type] => text/plain [tmp_name] => /tmp/phpScce4z [error] => 0 => 18 ) ) got data Link to comment https://forums.phpfreaks.com/topic/51406-help-with-error/ Share on other sites More sharing options...
btherl Posted May 15, 2007 Share Posted May 15, 2007 You will need to post your script for us to help you with that. Link to comment https://forums.phpfreaks.com/topic/51406-help-with-error/#findComment-253147 Share on other sites More sharing options...
hitman6003 Posted May 15, 2007 Share Posted May 15, 2007 That's not an error...it's a textual representation of an array ( http://www.php.net/print_r )...my guess is the $_FILES array. Link to comment https://forums.phpfreaks.com/topic/51406-help-with-error/#findComment-253174 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.