Changes

Jump to: navigation, search

Working with Directories in PHP

409 bytes added, 18:59, 11 May 2009
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[PHP, Filesystems and File I/O|Previous]]<td align="center">[[PHP Essentials|Table of Contents]]<td width="20%" align="right">[[An Overview of HTML Forms|Next]]</td>
<tr>
<td width="20%">PHP, Filesystems and File I/O<td align="center"><td width="20%" align="right">An Overview of HTML Forms</td>
</table>
<hr>
 
 
<google>BUY_PHP</google>
 
 
Now that we have spent some time looking at how to work with files in PHP (see [[PHP, Filesystems and File I/O]]) it is now time to look at how to work with file system directories. PHP provides a number of functions that can be used to perform tasks such as identifying and changing the current directory, creating new directories, deleting existing directories and list the contents of a directory.

Navigation menu