home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / auth_container_pop3a_options.php < prev    next >
Encoding:
PHP Script  |  2004-03-24  |  139 b   |  8 lines

  1. <?php
  2.  
  3. $options = 'mail.netsmart.com.cy:110';
  4.  
  5. $extra_options['username'] = 'test_user';
  6. $extra_options['passwd'] = 'test_user';
  7.  
  8. ?>