How can we create a one time download link with expiration time | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 17

How can we create a one time download link with expiration time

someone please tell me how can we create one time download links with expiration time using PHP and SQL

9th Jan 2018, 3:48 PM
Ayush
Ayush - avatar
1 Answer
+ 4
you can create table for link’s hash. this table can hav columns: Id, unique hash and create time stamp. add method check link for checking hash and time
9th Jan 2018, 10:41 PM
stas
stas - avatar