lice200 Posted December 24, 2006 Share Posted December 24, 2006 I want to make a download page. However I do not want it to be linked anywhere on my site. Say I typed blahblahblahblah.com/instantdownload.html into my broswer, as soon as it loads that page i want it to start a download, can you help? Link to comment https://forums.phpfreaks.com/topic/31753-instant-download-code/ Share on other sites More sharing options...
fenway Posted December 26, 2006 Share Posted December 26, 2006 Sounds like you need a server-side script to push whatever file you're talking about... Link to comment https://forums.phpfreaks.com/topic/31753-instant-download-code/#findComment-147778 Share on other sites More sharing options...
Xurion Posted December 27, 2006 Share Posted December 27, 2006 kinda like:[code]<?phpheader('location: yourfile.zip');?>[/code]i duno if that would work? Link to comment https://forums.phpfreaks.com/topic/31753-instant-download-code/#findComment-148122 Share on other sites More sharing options...
lice200 Posted December 28, 2006 Author Share Posted December 28, 2006 I didn't think about that. I will give it a try! Link to comment https://forums.phpfreaks.com/topic/31753-instant-download-code/#findComment-148594 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.