how to make files downloadable from databas?
This is a topic on how to make files downloadable from databas? within the Programmers Corner forums, part of the Technology category; hi all.
I'm new to programming arena. my prof. has given me a simple assignment of creating a database of ...
-
Uber Newbie
how to make files downloadable from databas?
hi all.
I'm new to programming arena. my prof. has given me a simple assignment of creating a database of existing movies in my hdd. i've created database, parsed into php, built a search query. next step is to make them downloadable.
m using WAMP server to do all these.
i've to click on a movie file and make it as a downloadable using php.. what's the script used to do these functions?? could any one plz assist me ?!
Thank you.
-
Tech2 Members
Re: how to make files downloadable from databas?
You could use
Code:
<?php
readfile('C:\example\my-movie.avi');
?>
I'm back, baby! =P

Similar Threads
-
By [Atlantis] in forum Gaming
Replies: 0
Last Post: 07-30-2006, 10:55 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules