Your array has got a name
lets say it is $myarr
Think you have a temporary blackout,
because you know these things, rodneykm
As far as I can see this should work:
echo $myarr['file_copy'];
And subarray:
foreach( $myarr['extensions'] AS $ext){
echo $ext;
}
foreach( $myarr['error_array'] AS $errnum){
if($errnum > 0){
exit( 'ERROR Number: ' . $errnum );
}
}
regars 🙂
your halojoy