Search found 3 matches
- Sat Nov 26, 2011 10:02 am
- Forum: Tutorials
- Topic: temprarely download problem (download.php)
- Replies: 1
- Views: 635
temprarely download problem (download.php)
all files are doing properly work but i have problem in this file download.php this the code <?php include('core/init.inc.php'); if (isset($_GET['file_id'])) { $file_id = (int)$_GET['file_id']; $file = mysql_query("SELECT `file_name`, `file_expiry` FROM `files` WHERE `file_id` = {$file_id}"...
- Fri Nov 25, 2011 7:06 pm
- Forum: Tutorials
- Topic: problem with (download.php)
- Replies: 2
- Views: 526
problem with (download.php)
i have prblom in this code help me please
header("Content-Description: attachment; filename=\{$row['file_name']}"\==);
- Fri Nov 25, 2011 6:22 pm
- Forum: General Chat
- Topic: temprarely download problem (download.php)
- Replies: 2
- Views: 798
temprarely download problem (download.php)
any one help me please i have problem in download.php <?php include('core/init.inc.php'); if (isset($_GET['file_id'])) { $file_id = (int)$_GET['file_id']; $file = mysql_query("SELECT `file_name`, `file_expiry` FROM `files` WHERE `file_id` = {$file_id}"); if (mysql_num_rows($file) !=1) { ec...