Printing to a webpage from a .txt file via php - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Printing to a webpage from a .txt file via php (/showthread.php?tid=77375) Printing to a webpage from a .txt file via php by banky on 09-11-2007 at 02:20 AM
What I want to do is basically have a page that has fields that say like code: This only defines variables to use when printing such as code: Which should print out what's in option1.txt but on a page i have using code: Prints out array instead of what's in the txt file.; \ RE: Printing to a webpage from a .txt file via php by ShawnZ on 09-11-2007 at 02:24 AM http://php.net/file_get_contents RE: Printing to a webpage from a .txt file via php by banky on 09-11-2007 at 02:27 AM Thank's i'll take a look at that. |