LiorBroshi
11-03-2009, 10:40 AM
Hey there,
I have a software (.exe) which I want to offer on my website,
Before downloading, registration is required for all users.
if the user is already registered, he/she can download it without a hassle.
the thing is that I want to say 'thanks' after the user chose to download the software and HIDE the exact location of the .exe file, right now i'm using
header("Location: mysite.com/mysoftware.exe");
is there a way to say thanks before using header() to the software location? (which is embedded in the php code and therefore not visible to the user...)
Lior.
I have a software (.exe) which I want to offer on my website,
Before downloading, registration is required for all users.
if the user is already registered, he/she can download it without a hassle.
the thing is that I want to say 'thanks' after the user chose to download the software and HIDE the exact location of the .exe file, right now i'm using
header("Location: mysite.com/mysoftware.exe");
is there a way to say thanks before using header() to the software location? (which is embedded in the php code and therefore not visible to the user...)
Lior.