![]() |
Admin 3/23/2006 |
Hi, function file_get_contents($filename) { $handle = fopen($filename, "rb"); $contents = fread($handle, filesize($filename)); fclose($handle); return $contents; }
|
K
|
ke5rs author 3/23/2006 |
Hi, file_get_contentsfunction appeared in PHP 4.3.0 only. So either upgrade your PHP or add the following code to the end of include\dbcommon.php file: We'll resolve this issue in the next PHPRunner version. BTW, you should use Database image View and Edit type instead of Document uploadfor BLOB field.
|