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
Hansjo wrote:
> I am having problems since upgrade from 4.2.3 to 4.3.3.
> I try to open and read a file from a remote server:
> $source = fopen(http://www.remote-server.../$remote_file,"r";);
> $content = fread($source, 50);
> But only the first 2731 characters are read into $content by fread.