PHP Classes

what should be the base

Recommend this page to a friend!

      POP3 e-mail client  >  POP3 e-mail client package blog  >  How to Read Your Inbo...  >  All threads  >  what should be the base  >  (Un) Subscribe thread alerts  
Subject:what should be the base
Summary:browse_mail.php or parse_message?
Messages:2
Author:bhutto
Date:2012-12-12 11:51:16
Update:2012-12-12 12:17:52
 

  1. what should be the base   Reply   Report abuse  
Picture of bhutto bhutto - 2012-12-12 11:51:16
I have problem $message = file_get_contents('pop3://$connection_name/$message');
it gives error
Warning: file_get_contents(pop3://0/1) [function.file-get-contents]: failed to open stream: "pop3_stream::stream_open" call failed in /hermes/bosweb/web111/b1114/
i have to get contents and insert it into mysql plz help

  2. Re: what should be the base   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2012-12-12 12:17:52 - In reply to message 1 from bhutto
You may need to renamed the pop3:// part of the URL and the URL handle register to mlpop3:// instead to not collide with the built-in pop3 handler that was introduced in PHP recently.