sciocco io a non averlo notato!
Ad ogni modo mi restituisce altri errori:
Warning: filesize() [function.filesize]: stat failed for http://creator.zoho.com/lockworld/json/6/ in C:\wamp\www\Chida\Temp.php on line 16
Warning: fread() [function.fread]: Length parameter must be greater than 0 in C:\wamp\www\Chida\Temp.php on line 16
dove è l'errore?
questo è come ho fatto il file.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<meta name="generator" content="PSPad editor, www.pspad.com">
<title></title>
</head>
<body>
fidjhfios
<?php
$uri = "http://creator.zoho.com/lockworld/json/6/";
$fd = fopen($uri, "r");
$stringa = fread($fd, filesize($uri));
fclose($fd);
print($stringa)
?>
</body>
</html>

Rispondi quotando