SyntaxFix
Write A Post
Hire A Developer
Questions
butangDonload.php $file = "Bang.png"; //Let say If I put the file name Bang.png $_SESSION['name']=$file;
Try this,
<?php $name=$_SESSION['name']; download($name); function download($name){ $file = $nama_fail; ?>