Hi there.
I have a strange problem here:
My server (Sun Cobalt) has php compiled with IMAP support (c-client v 4.1).
BUT when I try to use imap_open I get the wonderful "call to undefined function"
e.g.
<?
$mbox = imap_open ("{localhost/pop3:110}INBOX", "userxxx", "passyyy");
imap_close($mbox);
?>
Now, what do I do? Why doesn't PHP recognize the imap_open call with imap support compiled in?
You may also email me directly
diderich insertdot buch /at/ c2i.net