In article <004101c0b44b$b8e90640$[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] ("[EMAIL PROTECTED]") wrote:

> I just want to read a txt file and let the output in php file.
> 
> Can someone help me?

<?php readfile("myfile.txt"); ?>

For more sophisticated alternatives, see 
<http://php.net/manual/en/ref.filesystem.php>.

-- 
CC

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to