Forum Moderators: coopster
I dont know why it is happeneing, extension is on c:\php\extensions\php_imap.dll
and on php.ini
extension_dir = "C:\php\extensions"
any idea?
My Test page code is
<?
$k = imap_open("ssdf","sdfsdf","sdfsdf");
echo "sfsd";
?>
take a look at the manual and try to get some data from the resource
[php.net...]