/ Published in: PHP
Expand |
Embed | Plain Text
<?php if($_GET){ if($_GET['file']) { $filename = $_GET['file']; $download_path = "files/"; } $file = "$download_path$file"; } ?>
You need to login to post a comment.
luman on 01/05/09
4 people have marked this snippet as a favorite
<?php if($_GET){ if($_GET['file']) { $filename = $_GET['file']; $download_path = "files/"; } $file = "$download_path$file"; } ?>
You need to login to post a comment.