Shok2ooo Posted January 27, 2007 Share Posted January 27, 2007 I'm looking for a command that will Open a .Txt document then take all the text in it and "posted" it Link to comment https://forums.phpfreaks.com/topic/35971-commad/ Share on other sites More sharing options...
Orio Posted January 27, 2007 Share Posted January 27, 2007 Something like this?[code]<?phpecho file_get_contents("filename.txt");?>[/code]Orio Link to comment https://forums.phpfreaks.com/topic/35971-commad/#findComment-170593 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.