sangnhoc Posted August 19, 2015 Share Posted August 19, 2015 (edited) Hi all, I have website links: $link = http://www.animeid.moe/stream/QXQt3tPjEPskXRE4MxGmU8/1439976893.mp4 Now I want to download video from this link. I searched and used different ways but no result. Help me. Tks all. Edited August 19, 2015 by sangnhoc Quote Link to comment Share on other sites More sharing options...
sangnhoc Posted August 19, 2015 Author Share Posted August 19, 2015 (edited) $link = http://www.animeid.moe/stream/QXQt3tPjEPskXRE4MxGmU8/1439976893.mp4 their only way to study well Edited August 19, 2015 by sangnhoc Quote Link to comment Share on other sites More sharing options...
rwhite35 Posted August 19, 2015 Share Posted August 19, 2015 Use the download attribute of <a> tag. <a href="<?php echo $link?>" download="<?php echo $filename?>">Download File</a> Quote Link to comment Share on other sites More sharing options...
sangnhoc Posted August 20, 2015 Author Share Posted August 20, 2015 Here is the link to run video How to get real video link from the link above Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.