Nov 22, 2009

How To Do POP Access In PHP + Need AJAX Info

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Programming > Scripting > PHP

How To Do POP Access In PHP + Need AJAX Info

PureHeart
I'm writing a mail checker in PHP. I need to access the POP server.
In PHP, I can send mail. But I didn't know how to receive mail yet. So, please help me.

I also need some document about AJAX. This topic really interests me. But I don't know where to start.

Comment/Reply (w/o sign-up)

Quatrux
Well, I never tried it, but theoretically you need to manually connect to the pop3 socket to get to it, because PHP doesn't have anything built-in, so it has to use the lowest level possible - a plain-text socket connection to the server.. I might be wrong and stuff, you checked the imap functions ? in my opinion there are some pre-made classes out there for that which you could use it yourself, just will need to make a little search.

say imap_open() well never used it practically, but try to search php.net through google, i mean the whole site and maybe you will find some good comments and links. wink.gif

Comment/Reply (w/o sign-up)

Houdini
I am not really sure wha you mean about recieving email I mean you do have an email client, do you mean you want to use PHP to act as an email client on your webserver?

Here is a link to the PHP manual concerning IMAP, NNTP and POP3 http://us2.php.net/imap you might find what you want there.

Comment/Reply (w/o sign-up)

Quatrux
Yea, he wants to create something like a web based panel for getting and sending email written in php, at least that is what I thought. wink.gif but as he said, "he is writing a mail checker" well, what ever he is up to, he told the problem he has biggrin.gif

Comment/Reply (w/o sign-up)

PureHeart
QUOTE(Houdini @ Jan 8 2006, 05:12 AM)
I am not really sure wha you mean about recieving email I mean you do have an email client, do you mean you want to use PHP to act as an email client on your webserver?

Here is a link to the PHP manual concerning IMAP, NNTP and POP3 http://us2.php.net/imap you might find what you want there.
*




Hold it. I've read that article before your post. But they require to config something from the server. I usually, I don't have permission to do that. The library also require a PHP-recompile, which seem to be impossible. I need an library that can run directly from PHP code. Inshort, a PHP script. Platform Independent

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : pop, access, php, ajax, info

  1. Connecting Ms Access To Php Using Odbc
    (8)
  2. How To Check Email Adress And Name Validity?
    Refusing wrong info in a form... (10)
    Hello there! I'm learning php and MySQL these days... Here I've got a little script I'm
    playing with... CODE if ($submit == "click"){   $connection = mysql_connect (localhost,
    username, password);  if ($connection == false){    echo mysql_errno().": ".mysql_error()." ";  
     exit;  }    $query = "insert into email_info values ('$fullname', '$email')";
     $result = mysql_db_query ("sadas_Testing", $query);  if ($result){    echo "Success!";  }
     else{    echo mysql_errno().": ".mysql_error()." ";  }  mysql_close (); } else{  ec....
  3. Php Access Log In Reverse Order
    Request For Help. (8)
    So I need help getting data entered into my log correctly. I want the newest entry to be at the
    beginning (top) of the log instead of at the end (bottom). Here's what I have: CODE
    function access_log(){  // Enter data in usage log.     $filename = "access.log";     $entry =
    gmdate("M d, Y H:i:s T").": ". getenv("REMOTE_ADDR").": ". getenv("HTTP_USER_AGENT")." \n";
        fwrite(fopen($filename, "a"), $entry);     fclose(fopen($filename, "a")); }  //  End function
    access_log() ?> And it outputs: Mar 29, 2005 07:57:16 GMT Standard Time: 192.168.1.1: Moz....
  4. PHP Based Site Access Authentication - Help
    How to block parts of your web-site ?? (4)
    How can i program my web page using php that when the value of the login box is equal to some string
    then go to my success.html otherwise on my fail.html????help me guys!
    ------------------------------------ It would help the readers far better to understand what your
    problem is - if you state the nature of it in short in your topic title, instead of just "Php help".
    It'll also get you a lot more responses. Am changing your topic title to give you an example.
    All the best /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> m^e....
  5. How Can I Make A Php Form To Save Info In Mysql
    (11)
    I need to write the php script to creat a form where visitor are able to wirte their name,
    telephone, adress... etc... And that info has to be saved in a simple table on a MySQL databes that
    i also have to create (i know how to creat it) Anyone?....

    1. Looking for pop, access, php, ajax, info

See Also,

*SIMILAR VIDEOS*
Searching Video's for pop, access, php, ajax, info
advertisement



How To Do POP Access In PHP + Need AJAX Info

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com