What PHP code will output the download link instead of starting downlad? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What PHP code will output the download link instead of starting downlad?

When we click on a direct download link, the download starts but some download link creates a token before downloading the file and then the download starts. How can I output that created token link in PHP?

16th May 2020, 3:32 AM
Ashish Sah
Ashish Sah - avatar
1 Answer
0
Outout it as text / string inside an <a> html tag
27th Jun 2020, 7:12 AM
Dominique Abou Samah
Dominique Abou Samah - avatar