php get echo all array values code example Example: php echo array foreach($results as $result) { echo $result . '<br>'; }