Possible Duplicate:
Forcing to download a file using PHP
So i am selling something, and I want the file download to start when users go to the thanks page.
The location of the file is stored in $install
, now when user visitsthanks.php
, how do i start the file download automatically?
Thanks.