Php Header Download File
Header-slider-sharegfx.rar
41 MB - netload.in - 2012-04-20
Source: header slider vector :: warez-bb.org
Mouse Header.rar
3 MB - www.mediafire.com - 2012-04-16
Source: hn community: gratis unduh aplikasi mouse header
ScoreHD.12.01.26.Camille.Morgans.Double.Header.XXX.720p.WMV.SkuLLFucK.rar
328 MB - rapidgator.net - 2012-05-12
Source: scorehd 12 01 26 camille morgans double header xxx 720p wmv-skullfuck
tos1.php.zip
2 KB - www.mediafire.com - 2012-03-08
Source: [php] headers already sent? [important]
Web_headers.rar
33 MB - letitbit.net - 2011-04-04
Source: web headers vector » allday.ru - портал обо всем интерес...
26_Blog_Header[website-tips.net].rar
33 MB - www.mediafire.com - 2010-04-16
Source: 26 psd blog header for your website , create your own header now | website ti...
www.iztheme.com_Header_designs_-_banner_vector_set_12.rar.html
41 MB - rapidgator.net - 2012-05-10
Source: header designs - banner vector set 12 :: warez-bb.org
Professional-Headers-sharegfx.rar
33 MB - rapidgator.net - 2012-05-06
Source: professional headers :: warez-bb.org
Header-design---banner-vector.rar
13 MB - rapidgator.net - 2012-05-06
Source: header design - banner vector :: warez-bb.org
-
Sounds like you're sending output and then trying to send headers - you need to ensure that any and all whitespace, html, other content, etc is positioned after the header() entries.
Of course you could also enable output buffering, use ob_start(); at the start of your PHP script, then ob_flush(); at the end. This'll allow you to modify headers after print()ing, etc.
-
If you open the small, downloaded file in an editor, what does it say? Perhaps the interpreter throws an error and you download just this error message?
Example a) misses an apostrophe, in example b), $filename is not defined and there are also some apostrophes missing. So maybe you will see these errors in the download.
Also, you should use the absolute path in "readfile":
- readfile("/data/movies/readfile");
- If it is in the same directory as the script is: readfile(dirname(__FILE__)."/Birthday.mpg");
The download php file window is caused by the lack of PHP.
You need to make sure that php is running on your server. Also make sure you are accessing the files through localhost. so Type in localhost/mywebsite in your address bar.