ho messo questo codice
codice:
	$filename=cifre($_GET['IDN'],8).".pdf";
	$file="../../ordini/".$filename;
	$buffer=readfile($file);
	header('Content-type: application/pdf');
	header('Content-Length: '.strlen($buffer));
	header("Content-disposition: inline; filename=hhh.pdf");
	echo $buffer;
ma mi da errore? che può essere?