On Thu, Feb 11, 1999 at 07:26:58PM -0600, Ronny Haryanto wrote:
> bikin php script wrapper:
> 
> <?
>  $induk = "/home/httpd/html/";
>  header("Content-Type: application/octet-stream");
>  header("Content-Length: ".filesize($induk.$PATH_INFO));
>  readfile($induk.$PATH_INFO);
> ?>
> 

begini lebih portabel:
<?
header("Content-Type: application/octet-stream");
header("Content-Length: " . filesize($DOCUMENT_ROOT.$PATH_INFO));
readfile($DOCUMENT_ROOT.$PATH_INFO);
?>


-- 
A grandpa in 2059: "Kid, when I was at your age, software
not only cost money, but it didn't even come with source."

  Layanan Informasi Iklan Baris Internet * http://www.iklan-25.co.id

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
To unsubscribe, e-mail : [EMAIL PROTECTED]
To subscribe, e-mail   : [EMAIL PROTECTED]
Netika BerInternet     : [EMAIL PROTECTED]
HI-Reliability low cost web hosting service - http://www.IndoGlobal.com 

Kirim email ke