<?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;
?>
Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >
Easy ways to connect two computers for networking purposes. More >
©2009 About.com, a part of The New York Times Company.
All rights reserved.