How can we create a one time download link with expiration time | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
+ 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