I got this error:
Fatal error: Call to undefined function: imap_open() in /usr/local/apache/htdocs/postamt/index.php on line 16
when I tried to run this line of code:
$mb=imap_open("{$IMAPHOST:$IMAPPORT}", $PHP_AUTH_USER, $PHP_AUTH_PW);
I thought imap_open() is a built-in function of php4, or I am assuming too much?
Please advise, thank you.
JC