M
→Error Checking
M (→Error Checking) |
M (→Error Checking) |
||
if(!$Handle) {
echo 'PHP does not have permission to read this file or the file
in question doesn\'t exist.';
} else {
$String = fread($Handle, 64);
|