Thread: phpinfo()
View Single Post
  #1 (permalink)  
Old 28-11-2008, 00:00
matt21 matt21 is offline
new member
 
Join Date: Nov 2008
Posts: 5
Default phpinfo()

Looking at moving my hosting.

Could I get a copy of the output of <?php phpinfo(); ?> for a bronze account ?

I'm interesed in using IMAP from php and am having a problem with my currently provider supporting:

$mbox = imap_open("{imap.gmail.com:993/imap/ssl}INBOX", "someaccountorother@gmail.com", "mypasswordatgmail");

Cheers.
Reply With Quote