ERROR: $f not found"; } else { $st = fstat($fd); $text = fread($fd,$st["size"]); fclose($fd); } echo($text); } function stripslashes_array($value) { $value = is_array($value) ? array_map('stripslashes_array', $value) : stripslashes($value); return $value; } function div($str) { echo("\n
\n"); } function section($str) { echo("\n
\n"); } ?>