php-install | 2003092
Date: 09/18/03
- Next message: Abdou FAROTA: "[PHP-INSTALL] package to intall PHP"
- Previous message: mitesh bhimjiyani: "Re: [PHP-INSTALL] Problem in host"
- In reply to: Michael Mauch: "[PHP-INSTALL] Re: problems after upgrading from 4.2.3 to 4.3.3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Abdou FAROTA: "[PHP-INSTALL] package to intall PHP"
- Previous message: mitesh bhimjiyani: "Re: [PHP-INSTALL] Problem in host"
- In reply to: Michael Mauch: "[PHP-INSTALL] Re: problems after upgrading from 4.2.3 to 4.3.3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

