²ËÄñÎÊPHPµÄÒ»¸ö¼òµ¥µÄÎÊÌâ? - PHP / »ù´¡±à³Ì
ÎÒÏë×ö¸öphp¼òµ¥µÄÏÂÔع¦ÄÜ£¬ÒòΪÊdzõѧ£¬ÃþË÷Á˺ó¤Ê±¼ä£¬ÍøÉϵĴúÂë²»³É¹¦£¬ËÄܸø¸öÍê³ÉµÄ´úÂë°¡£¬Ð»Ð»°¡¡£
header ÀàÐÍ ¶Á file echo ¾ÍÕ⼸²½ÁËÒýÓà header ÀàÐÍ ¶Á file echo ¾ÍÕ⼸²½ÁË Õâ¸öÒ»µãÒ²²»¼òµ¥ ¹þ¹þ Ö±½Ólink¹ýÈ¥¾ÍÏÂÔØÁË ±ÈÈç http://www.yourdomain.com/dl/you_want_to_DL_fileName.txt PHP code: function download($filename){ $timestamp=time(); ob_end_clean(); header('Last-Modified: '.gmdate('D, d M Y H:i:s',$timestamp+86400).' GMT'); header('Cache-control: max-age=86400'); header('Expires: '.gmdate('D, d M Y H:i:s',$timestamp+86400).' GMT'); header('Content-Encoding: none'); $basename = basename($filename); $fileext = substr(strrchr($basename,'.'),1); $filesize = filesize($filename); if(strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE')!==false && $fileext=='torrent' ){ $attachment='inline'; } else{ $attachment='attachment'; } header('Content-Disposition: '.$attachment.'; filename='.$basename); header('Content-type: '.$fileext); $filesize && header('Content-Length: '.$filesize); readfile($filename); exit; } È¥ http://www.w3school.com.cn/ ÄÄÀïµÄ¶«Î÷ºÃ¶à£¡ PHP code
Ïà¹ØÎÊ´ð£º
Ôڲɼ¯Ò»¸öÒ³ÃæµÄʱºòͨ³£¶¼ÊÇʹÓÃfile_get_contents($url) ²»¹ý·µ»ØµÄ½á¹ûÓÐʱºò»á²»È« Èç¹ûÔÚhtmlÖÐʹÓà document.ready,ÔÚÒ³Ãæ×¼±¸ºÃºó£¬Ê¹ÓÃajax¶ÁÈ¡±ðÒ»²¿·ÖµÄÊý¾Ý ÔÙͨ¹ýÐÞ¸Ähtml±êÇ©µÄÄÚÈÝ£¬¾Í²¿·ÖµÄÊý¾Ý¾ ......
ʹÓÃÍøÉ쵀 phpexcelreader À࣬½«ÐéÄâ»úÄÚ´æµ÷ÕûÖµ1024M£¬excelÌå»ýΪ224M£¬ÓÃphpexcelreader¶ÁÈ¡µÄʱºòÄÚ´æ¸ù±¾²»¹»Óã¬Çë½Ì¸÷λÓÐʲôºÃµÄ·½·¨¶ÁÈ¡ÕâÖÖ´óÌå»ýµÄ excel ÎʼÛô£¿ excelÌå»ýΪ224M ·þÁË¡£¡£¡£ ......
ÎÒÓÃphpÎļþÉÏ´« ʹÓÃmove_upload_file()£¬ Ò»ÉÏ´«Îļþ¾Í³ö´íÁË£¬ ³ö´íµÄÐÅÏ¢ÊÇ Warning: move_uploaded_file(F:\Server\www\): failed to open stream: Permission denied in F:\Server\www\eoool\finish\uploa ......
ÎÒÒª×öÒ»¸ö»áÔ±×¢²áÆä±ØÐëÒªÊäÈëÊÖ»úºÅ»ñµÃÊÖ»úÑéÖ¤Â룬ÄãÃÇ˻ᰡ£¡ ÏȽøÐÐÊÖ»úÑéÖ¤»¹ÊÇÏÈ×¢²áÔÙÑéÖ¤£¿ ÐèҪʵÏÖÑéÖ¤Âë¶ÌÐÅ·¢Ë͵½ÊÖ»úÄÇÖÖ°É¡£ÐèÒª¶ÌÐŽӿڻòÕßÂò¸ö¶ÌÐÅè½øÐпª·¢ ÐèÒª½Ó¿ÚµÄ ²Î¿¼µØÖ·£ºht ......