Shahmat Dahlan wrote: > I've recently recompiled my copy of PHP with IMAP support.When running > my code with in CLI mode, it runs fine, but when I used by browser to > run the same code, all I got was "Fatal error: Call to undefined > function imap_open()" > > How do I go about this? I don't know where to begin looking.
Either you didn't restart your web server, or your web server is not the same as your shell server (where you ran the cli test). -Rasmus