I can't seem to figure out how to loop through the rows in this object array. For example, how would I echo the value in each row?
$sql = "SELECT my_ids FROM manager WHERE is_live = 0";
$result = $db->query($sql);
When I print_r($result); I get
mysqli_result Object ( [current_field] => 0 [field_count] => 1
[lengths] => [num_rows] => 15 [type] => 0 )
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…