Guest User

Untitled

a guest
Jul 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php $this->load->view('topo'); ?>
  2.  
  3. <?php
  4. $emails = $this->db->get('newsletter')->result();
  5. foreach ( $emails as $email ):
  6. echo $email->email . '<br />';
  7. endforeach;
  8. ?>
  9.  
  10. <?php $this->load->view('footer'); ?>
Add Comment
Please, Sign In to add comment