Chapter 3: PHP and Your Operating System

In This Chapter

arrow.png Manipulating files

arrow.png Using operating system commands on files

arrow.png Transferring files from one machine to another

arrow.png Reading and writing files

arrow.png Swapping data with other programs

arrow.png Using SQLite to store data in text files

This book describes using tools like HTML, PHP, MySQL, and CSS together to develop dynamic web applications. The HTML and CSS provide the presentation and markup of pages, while PHP displays web pages and interacts with MySQL to retrieve and store data for the application. For most web applications, PHP needs to interact only with MySQL. However, a few situations require a web application that’s more complex. The web application might need to interact with the operating system or with other software on your system.

A photo gallery is one web application that might need to interact with your operating system. Your photo gallery ...

Get PHP, MySQL, JavaScript & HTML5 All-in-One For Dummies now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.