random1 Posted August 19, 2009 Share Posted August 19, 2009 Hey All , How do you create a PHP page like: http://www.defraggler.com/download/downloading Displaying as HTML and then starting the download of a file. Link to comment https://forums.phpfreaks.com/topic/170958-solved-php-your-download-should-start-automatically-in-a-few-seconds/ Share on other sites More sharing options...
Garethp Posted August 19, 2009 Share Posted August 19, 2009 Put this in. <META HTTP-EQUIV="Refresh" CONTENT="1; URL=http://download.piriform.com/dfsetup112.exe"> Didn't you even bother to look at the source code? Link to comment https://forums.phpfreaks.com/topic/170958-solved-php-your-download-should-start-automatically-in-a-few-seconds/#findComment-901696 Share on other sites More sharing options...
random1 Posted August 19, 2009 Author Share Posted August 19, 2009 Thanks, How silly of me Link to comment https://forums.phpfreaks.com/topic/170958-solved-php-your-download-should-start-automatically-in-a-few-seconds/#findComment-901698 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.