I have variable like:
$Name = "filedownload-random"
The result of variable $Name is random.
Now every visitor will have his own file. How Can I echo variable $Name into that hyperlink?
echo 'You Can Download it <a href="http://sample.com/mp/download/variable-should-comehere.zip">Here</a>';
Thanks