When I use function
$mbox = imap_open ("{pop3.post.sk:143}", "name", "pass
I have problem with this error
Fatal error: Call to undefined function: imap_open()
Can anybody help me? Please .
myemail@atlas.sk
You need to either compile PHP with IMAP support (UNIX) or uncomment the php_imap.dll line in your windows php.ini
Cheers