Hi all, when I want to run imap_open() function in my PHP script it says "error : Undefined function imap_open()"
What can I do? I think My server has complete support of php functions. Please check my servers phpinfo file at www.rikun.homeunix.com/phpinfo.php
Please Help me
Hasin Hayder
Hi,
your php doesn't support IMAP. You need to recompile PHP with imap support. I looked at your phpinfo and it looks like a rather basic PHP installation.
Which IMAP server do you use ?
Thomas