sorry, thatwasn't very clear...
Yes, it was a script I wrote. Here it is:
<?
require_once("../php/start.php");
$filesize = filesize("/home/web/text/$itin");
$fp = fopen("/home/web/text/$itin", 'r');
$show_itin = fread($fp,$filesize);
echo $show_itin;
fclose($fp);
?>
Seems ok now - but I was curious in case it happened again - could it be to do with my dediccated server? Or is it a MySQL issue or is it a PHP issue!! Really have no idea...I think it was to do with the include as that contained a lot of SQL functions etc...