Did you compile php with the --with-imap option ?
Because generally, this type of message happens when the function is not
installed.

----- Mensaje original -----
De: "vipin chandran" <[EMAIL PROTECTED]>
Para: <[EMAIL PROTECTED]>
Enviado: mercredi 20 juin 2001 14:54
Asunto: [PHP-DB] imap problem


>
> Hi,
> I am developing an email reader for IMAP/POP3. But I am getting the
> following error when trying to excute the file. I have removed the
> comment from the IMAP extensions in the php.ini.
>
> Fatal error: Call to undefined function: imap_open() in conn.inc on
> line 6
>
> Contents of conn.inc is as below :
>
> <?
>   $username = "whoosh_vc";
>   $password = "crossroads";
>   $mailserver = "{pop.postmark.net/pop3:110}INBOX";
>
>   $link = imap_open($mailserver,$username,$password);
> ?>
>
> Please help.
> Thanx in advance.
> vipin chandran
> [EMAIL PROTECTED]
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to