query( 'SELECT * FROM quotes' ); // Iterate over the rows and print the information from each result. foreach( $rows as $row ) { print_r( $row ); } ?>