PHP Descargas seguras con PHP

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Descargas seguras con PHP相关的知识,希望对你有一定的参考价值。

$dir="/path/directorio/"; 
if (isset($_REQUEST["fichero"])) { 
  $fichero=$dir.$_REQUEST["fichero"]; 
  header("Content-type: application/force-download"); 
  header("Content-Transfer-Encoding: Binary"); 
  header("Content-length: ".filesize($fichero)); 
  header("Content-disposition: attachment; filename=\"".basename($fichero)."\""); 
  readfile("$fichero"); 
} else { 
  echo "Fichero seleccionado"; 
}

以上是关于PHP Descargas seguras con PHP的主要内容,如果未能解决你的问题,请参考以下文章

text 服务器阻塞puerto 80 con subdominios con PHP

php Gestione XML con PHP

text 服务器块con subdominios y php,con SSL。

PHP Php - Formatear con puntos RUT

PHP 实时搜索con ajax y php

php connessione ad un database con php