[PHP-DB] read fils

2001-03-24 Thread [EMAIL PROTECTED]
Hello, I just want to read a txt file and let the output in php file. Can someone help me? Walter Franssen

Re: [PHP-DB] read fils

2001-03-24 Thread CC Zona
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