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

