foreach($result as $row) { //echo $row['column_name']; // Print a single column data echo print_r($row); // Print the entire row data }