is this possible with php?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Shamu
Forum Newbie
Posts: 5
Joined: Thu Aug 08, 2002 7:55 pm
Contact:

is this possible with php?

Post by Shamu »

In linking to files that have multimedia extensions... the client is often prompted to "play the movie in internet explorer"

I would like them to recieve a save as dialog box ALWAYS

is this possible? like could i have a http://mydomain/download.php?file=movie.mpg


I have seen this done one some sites like fileplanet and a few others...
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

look into header()
Shamu
Forum Newbie
Posts: 5
Joined: Thu Aug 08, 2002 7:55 pm
Contact:

Post by Shamu »

excellent! thanks for the pointer!
Post Reply