Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> File In Database, Question.thanks
farsiscript
post Jul 18 2006, 01:17 PM
Post #1


Super Member
*********

Group: Members
Posts: 357
Joined: 8-April 06
Member No.: 21,487



Hi all
i write this code i want when you see download.php (this code) my file goes for download for user
sorry my english is not very good
its a file database project for my university but when i browse this code my soruce file (.zip) echo in my page and dont goes for download
my next querstion about safe mode
i saw (php.net and zend) when safemode is on file databaseing and header() is not working . is it true ? if is it true i save my file at hosting and no (database) i want write standard script .
plz help me
thanks more and more

CODE
include("config.php");
$kind = "id";
$result = mysql_query("SELECT * FROM file WHERE $kind LIKE '$id'");
while($r=mysql_fetch_array($result))
{
$software=$r["software"];
$how=$r["how"];
$text=$r["text"];
$subject=$r["subject"];
$size=$r["size"];
$type=$r["type"];
$name=$r["name"];
$cat=$r["cat"];
$content=$r["content"];
}


header("Content-length: $size");
header("Content-type: $type");
header("Content-Disposition: attachment; filename=$name.zip");
echo $Content


This post has been edited by farsiscript: Jul 18 2006, 01:19 PM
Go to the top of the page
 
+Quote Post
farsiscript
post Jul 23 2006, 07:34 AM
Post #2


Super Member
*********

Group: Members
Posts: 357
Joined: 8-April 06
Member No.: 21,487



Hi
no body love me sad.gif plz tell me header() problem
i think header is problem ,
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Free Software For File Recovery(6)
  2. File Sharing Hosts!(3)
  3. Import From Excel File Into Mysql Database(9)
  4. How To Create Pdf Files Using Free Tool(0)
  5. Mysql Database Not Working(3)
  6. Ips Installer Database Details [resolved](6)
  7. Mysql Database Setup : Setting Up Mysql Database(6)
  8. How To Extract The Audio From Youtube Videos(2)
  9. Connect To Remote Oracle Database With Toad(7)
  10. Need Advice On Setting Up Mysql Database.(3)
  11. My Review Of Megaupload.com(25)
  12. Phpmyadmin(7)
  13. Need To Shrink The File Size Of Web Image? - Photoshop Tricks(3)
  14. How To Put Music In The Background Of A Powerpoint Presentation(10)
  15. File Sharing Hosts!(0)
  1. How To Open A .daa File(39)
  2. Database Or Pdf(3)
  3. Need Help With My Database [resolved](6)
  4. Is The Database System Gone Again? [resolved](12)
  5. Read File (.txt) On Another Website Using Jsp?(3)
  6. Internal File Transfer(5)
  7. A Trap17 How-to Guide For Beginners(12)
  8. Simple C File Handling In Action(3)
  9. Database With Mysql++(7)
  10. Transfer File Of Any Size Using Winsock Control(5)
  11. My File Manager Is Working(2)
  12. Where Is The Bookmarks File Stored With Ff2?(4)
  13. Linux Question: Amarok And File Permissions(4)
  14. Question Regarding File Transfer!(4)
  15. Mysql Database Size(6)


 



- Lo-Fi Version Time is now: 7th September 2008 - 03:01 AM