how to get value from an array
- by hwd
how to get the value 4500 to a variable
stdClass Object ( [total] => 4500 )
i tried like these
$abc['total']
$abc->total
but get error when i tried to echo the variable
A PHP Error was encountered
Severity: 4096
Message: Object of class stdClass could not be converted to string
Filename: controllers/home.php
Line Number: 144
please help me