[Solved] how can i print/echo array keys and values contain in stdClass object and send the values to my mail? [closed]

[ad_1]

foreach($ur_array as $data){
 echo $data->key . $data->value }

Should work.

3

[ad_2]

solved how can i print/echo array keys and values contain in stdClass object and send the values to my mail? [closed]