<?phpThis little bit of code retrieves the data from YourFile.text and then echos it onto the page.
$file = file_get_contents ('YourFile.txt');
Echo $file;
?>
By Angela Bradley, About.com
<?phpThis little bit of code retrieves the data from YourFile.text and then echos it onto the page.
$file = file_get_contents ('YourFile.txt');
Echo $file;
?>
©2008 About.com, a part of The New York Times Company.
All rights reserved.