Dear friends,
My download php script is working fine. But i have to record that when the file is actually downloaded in the database. To capture this after the download code ends i am connecting to the database and updating the records. Till here every thing is working according to my code. Even though i click on Open button my database update codes get executed.
How to restrict this as only on Save button click it must get executed.
Thanks and regards,
laser.
My download php script is working fine. But i have to record that when the file is actually downloaded in the database. To capture this after the download code ends i am connecting to the database and updating the records. Till here every thing is working according to my code. Even though i click on Open button my database update codes get executed.
How to restrict this as only on Save button click it must get executed.
Thanks and regards,
laser.
Comment