Changes

Jump to: navigation, search

PHP, Filesystems and File I/O

463 bytes removed, 19:35, 4 June 2007
Writing to a File using PHP
After running the above script you should find a file exists on your server containing the line <tt>This line of text was written by PHP</tt>.
 
It is also possible to read the contents of an enter file with the ''readfile'' function. This function reads the entire contents of a file and outputs that content. Assumign you don't need to do anything but output the contents of a file then 'readfile'' is an easy solution because it does all the work for you. You do not need to open the file, read the data, close the file and display the data. All you need to do is call ''readfile'' and it does the rest.
== Moving, Copying and Deleting Files with PHP ==

Navigation menu