hi

 i made one php file test.php.

In LAN is worked properly but when host this file .

it shows following error

Fatal error: Call to undefined function: imap_open() in /data/home/site/matrixnetmark/test.php on line 2

in web php is manually compiled.therefore i configure php.ini file and

uncomment extension php-imap.dll file.

and restart apache server..but still i got this error.

imap and impas server is enabled.

php.ini file is stored in usr/local/lib/php.ini ..

when i saw phpinfo () file is show imap is enabled..

help me...how can i avoid this problem.

i wrote in test.php

<?

$mbox = map_open("{localhost/novalidate-cert}","raj", "rajraj");

if $mbox

echo "Connected";

else

echo "Not Conneted";

?>

help me..asap

thanks in advance


Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software

Reply via email to