Saved Bookmarks
| 1. |
Define File handling in PHP? |
|
Answer» Files File handling is an important activity of all web application development process. Files are processed for different tasks using the following events: 1. PHP Open a File 2. PHP Read a File 3. PHP Close a File 4. PHP Write a File 5. PHP Appending a File and 6. PHP uploading a File. |
|