I'm trying to use imap_open to a script and I keep getting the same error:
PHP Fatal error: Call to undefined function: imap_open() in C:\AppServ\www\pop3.php on line 15
How do I fix this?
Thank you.
Hi!
You need to recompile php with imap: --with-imap The reason thie function isn't defined is probably that imap isn't installed.
Read more here: http://www.php.net/manual/en/ref.imap.php
knutm
How do I install IMAP without having to recompile PHP?
I'm using AppServ 1.9.0 on Windows 98.
Ahem... do you have a mail server running? On the '98-box, I mean?
Else I think it will be difficult 😉
Yeah, I'm using SMTP with localhost. 🙂