check if you have complied php with imap support and if you are on windows
then check if it is uncommencted in the ini
Haseeb
----- Original Message -----
From: "buttoz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 02, 2003 1:46 AM
Subject: [PHP] imap_open()


> hi,
>
> i have problem with imap_open function,
>
> my code is :
>
> <?php
> $inbox = imap_open("{pop.012.net.il:110/pop3}INBOX", "user", "password");
> $total = imap_num_msg($inbox);
> print "$total";
>
>
> ?>
>
> when i run i recive :
>
>
> Fatal error: Call to undefined function: imap_open() in
> c:\inetpub\wwwroot\besthd\mail\myemail.php on line 2
>
>
> what this mean , please help me.
>
> thanks,
> zuhear
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to