author . "\n"; echo "\nDisplay all the quote information ... \n"; foreach($quotes_data as $quote) { echo $quote->_id . PHP_EOL; echo $quote->author . PHP_EOL; echo $quote->adjective . PHP_EOL; echo $quote->text . PHP_EOL; } ?>