Reputation: 1
I want the audio files on the site to be transferred to the page
dow.php
,, and after counting 10 seconds, it will start downloading.
my Current code for direct download :
if(!empty($mp3Link)) {
$linkHtml = '<a href="'.$mp3Link.'"rel="nofollow">
<img class="alignnone size-full wp-image-542" src="/wp-content/uploads/2019/11/dan.jpg" alt="link dow" width="249" height="64">
</a>';
Please help me reach a conclusion.
Upvotes: 0
Views: 78