Hi,
I am using the form data like this: $form->data['comments'] It works great!😛
Now, I want to use data from an Array:
I need to display the [original_name] from the [file10] array. How can I do this?
Cheers
Bob
I am using the form data like this: $form->data['comments'] It works great!😛
Now, I want to use data from an Array:
[file10] => Array
(
[name] => 20151204053146_1.jpg
[original_name] => 1.jpg
[path] => uploads/20151204053146_1.jpg
[size] => 46080
[link] => uploads/20151204053146_1.jpg
)
I need to display the [original_name] from the [file10] array. How can I do this?
Cheers
Bob