I got this error:
Fatal error: Call to undefined function: imap_open() in D:\InetPub\wwwroot\sangwan.com\sangwan\sangwan.com\www\check.php on line 15
when I tried to run this line of code:
$x= imap_open("{$host:$port}INBOX","$User","$Pass");
I thought imap_open() is a built-in function of php4, or I am assuming too much?
Please advise, thank you.
monica