Log In

Email:
Password:
Keep me logged in

Forgot Password

Email:




Social Media
     
CategoriesCSS (5)
jQuery (73)
PHP (30)
.htaccess (4)
Sponsored Links


Download File
PHP
Demo | Browse Category | Thursday, December 1, 2011 by




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: 277 Likes: 0 Dislikes: 0