header()
- From: "Andrew G. Koptyaev" <koptyaev@xxxxxxxxx>
- Date: Sat, 29 Nov 2008 23:11:43 +0300
I have software catalog site.
If I want to download some software I press button with link on page and
goto
to php script which increment download value in database and then I want
to redirect to file but all headers already outputed to browser and I can't
use
header() function. Therefore I put to script meta "refresh" with URL to
second script which have header() function with address to my file and file
successfull downloading.
I write meta "refresh" not to head of first script but to begin of file.
Is was any error in some browser if I put meta not to head of html?
For me problem put meta "refresh" to head of html because head
outputed by another script.
Sorry for bad english :-)
.
- Follow-Ups:
- Re: header()
- From: Anthony Papillion
- Re: header()
- Prev by Date: php project , partner wanted
- Next by Date: Re: header()
- Previous by thread: php project , partner wanted
- Next by thread: Re: header()
- Index(es):