Php – Opening a text file


<strong><Html>
<head>
<title> EXAMPLE:  Opening a text file</title>
</head>
<html>
<body>
<span style="color: #ff0000;"><?php
$file=fopen("welcome.txt","r");
?></span>
</body>
</html></strong>
You can leave a response, or trackback from your own site.

Leave a Reply

You must be logged in to post a comment.