p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > PHP/MySQL > Pro PHP
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
Pro PHP Advanced PHP coding discussions. Beginning-level questions will be redirected to the Beginning PHP forum.

Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro PHP section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old March 1st, 2006, 11:18 AM
Registered User
 
Join Date: Mar 2006
Location: tvm, kerala, India.
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default imap_open() shows page cannot dispalyed

I cannot use imap_open () to connect mail server. Please help me.
With this PHP code I cannot show an email overview and display emails from POP3 accounts.

$conn = imap_open ("{mail. myserver.com:110/pop3/notls}INBOX", “myusername”, “mypassword”) or die ("Connection fail" .imap_last_error ());

if ($conn)
 {
 echo "Success";
 }
else
 {
 echo "Fail ";
 }

If i gave wrong username & password, the result will be “connection fail and check for account “.

When I was giving correct details I get error

 “page cannot be displayed with Cannot find server or DNS Error Internet Explorer “



vibin
__________________
vibin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
submit button shows the user input in another page debjanib ASP.NET 1.0 and 1.1 Professional 3 June 30th, 2006 10:40 AM
Shows monthly records leion General .NET 1 May 14th, 2004 08:34 AM
Alert Shows On Page Load Ben Horne Javascript How-To 3 April 6th, 2004 05:30 PM
shows weird page name in the browser zulf Dreamweaver (all versions) 3 February 12th, 2004 07:36 AM
Combobox that shows what's not in its list Mitch Access 6 September 18th, 2003 12:00 PM



All times are GMT -4. The time now is 02:57 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc