Welcome Guest, Not a member yet? Register   Sign In
accessing a $_SESSION variable is failing
#11

The stdClass is an object not an array try this and see what you get back.

PHP Code:
var_dump($field_info->upload_path);
exit(); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#12

(This post was last modified: 07-17-2020, 01:40 PM by richb201.)

using -> instead of array[ ] seems to work. Thx.
proof that an old dog can learn new tricks
Reply




Theme © iAndrew 2016 - Forum software by © MyBB