Read file content with only one command : Text File Read : File Directory PHP Source Code


PHP Source Code » File Directory » Text File Read »

 

Read file content with only one command




<html>
<head>
<title>Tip of the day</title>
</head>

<body>
<center>
<h1>Tip of the day</h1>

<div style = "border-color:green; border-style:groove; border-width:2px">
<?
readfile("tips.txt");
?>
</div>

</center>
</body>
</html>
           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo File Directory
» Text File Read