[nycphp-talk] Re: PHP5 & IMAP
Joseph Crawford Jr.
jcrawford at codebowl.com
Fri Aug 27 14:26:00 EDT 2004
i should also mention the error i am getting is this
Fatal error: Call to undefined function imap_open() in D:\htdocs\NmlForum\index.php on line 2
when using this code just to test and make sure it was working.
<?
$nntp = imap_open("nntp.idg.pl", "", "");
echo $nntp;
imap_close($nntp);
?>
Joe Crawford Jr.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20040827/6d6c2ca7/attachment.html>
More information about the talk
mailing list