Hello There I have the following code:
stdClass Object (
[num_rows] => 3 [row] => Array (
[product_id] => 2439 [author_id] => 39 [author_attribute_id] => 0
) [rows] => Array (
[0] => Array (
[product_id] => 2439 [author_id] => 39 [author_attribute_id] => 0 )
[1] => Array (
[product_id] => 2439 [author_id] => 156 [author_attribute_id] => 0 )
[2] => Array (
[product_id] => 2439 [author_id] => 684 [author_attribute_id] => 0 )
)
)
now I'd like to extract the author_id values. How do I do this?
var_dumporprint_r), and don't know how objects work in PHP?