Changes

Jump to: navigation, search

PHP, Filesystems and File I/O

435 bytes added, 18:58, 11 May 2009
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[Working with Strings and Text in PHP|Previous]]<td align="center">[[PHP Essentials|Table of Contents]]<td width="20%" align="right">[[Working with Directories in PHP|Next]]</td>
<tr>
<td width="20%">Working with Strings and Text in PHP<td align="center"><td width="20%" align="right">Working with Directories in PHP</td>
</table>
<hr>
 
 
<google>BUY_PHP</google>
 
 
One of the benefits of PHP being a server side scripting environment is that it gives the web developer easy access to the filesystem of the server on which the web server is running. This gives us the ability to create, open, delete, read and write to files. We can also traverse the directory hierarchy of the server systems to do things like get directory listings and create new sub-directories (see [[Working with Directories in PHP]]).

Navigation menu