+ 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
1 ответ
+ 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