Log In

Email:
Password:
Keep me logged in

Forgot Password

Email:




CategoriesCSS (4)
jQuery (56)
PHP (26)
.htaccess (2)
Sponsored Links



Download File
Thursday, December 1, 2011 by William Thomas



PHP:
<?php

header("Content-type: text/plain"); //SHOWS TEXT "AS IS"
//MAKE SURE FILE EXTENSIONS ARE THE SAME
header("Content-Disposition: attachment; filename=script.html"); //FILENAME TO BE SAVED AS
readfile("http://example.com/yourfile.html"); //SERVER FILENAME

?>
Views: 109 Likes: 0 Dislikes: 0