foreach($ur_array as $data){
echo $data->key . $data->value }
Should work.
3
solved how can i print/echo array keys and values contain in stdClass object and send the values to my mail? [closed]
foreach($ur_array as $data){
echo $data->key . $data->value }
Should work.
3
solved how can i print/echo array keys and values contain in stdClass object and send the values to my mail? [closed]