i got a page index.php. i got a link over there to download.php.
in download.php i'll do some mysql things. (like count file download...) and redirect the browser to some file 123.zip.
Wot i really want is. I dont want to go to download.php instead the browser should remain in index.php while i store all data in db.
my link will be site.com/download.php?fileid=xx
and user should get the file in hand without goin to download.php. (i eman he should not go to some blank page (download.php))
i think i am clear.
please help