August 2000
Intermediate to advanced
800 pages
13h 15m
English
HTTP Connections
Writing to the Browser
Output Buffering
Environment Variables
Getting Input from Forms
Cookies
File Uploads
PUT Method Requests
Reading and Writing to Files
Sessions
The include and require Functions
Ultimately, in order to be useful, a script must communicate with the outside world. We've seen PHP scripts that send text to the browser and get some information from functions like date. In this chapter we will examine all the ways a PHP script can exchange data without using special interfaces. This includes reading from local disk drives, connecting to remote machines on the Internet, and receiving form input.
PHP is similar to other programming environments—with one notable exception: ...
Read now
Unlock full access