Skip to Content
Beginning PHP 5.3
book

Beginning PHP 5.3

by Matt Doyle
October 2009
Beginner
836 pages
19h 37m
English
Wrox
Content preview from Beginning PHP 5.3

Chapter 16. PHP and the Outside World

Most of the PHP applications you've worked with in this book have limited interaction with the outside world. Usually, a Web browser requests a URL, a PHP script is run, and the script returns some HTML markup back to the browser.

However, PHP can do a lot more than simply handle browser requests and return HTML. By using various built-in PHP functions and variables, a PHP script can find out a lot of information about its environment, work with different types of content, and talk to more than just Web browsers.

In this chapter you look at some common ways that your PHP scripts can interact with the wider world:

  • Date and time handling: Many PHP scripts have a need to work with the current date and time, as well as manipulate dates such as birthdays and registration dates. Because dates and times can be tricky to work with, PHP gives you a number of date and time functions to help you

  • Working with HTTP headers: PHP lets you access and manipulate HTTP headers directly. This allows your script to get a lot more information from the browser, as well as perform additional functions such as URL redirection and sending non-HTML content to the browser

  • Reading server information: By using the $_SERVER superglobal array, your application can extract all sorts of useful information about the Web server and the currently running script

  • Sending email: PHP contains a built-in mail() function that lets you compose and send email messages from within your PHP applications ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

PHP and MySQL™ Phrasebook

PHP and MySQL™ Phrasebook

Christian Wenz
PHP 7 Programming Blueprints

PHP 7 Programming Blueprints

Jose Palala, Martin Helmich
PHP 5 Unleashed

PHP 5 Unleashed

John Coggeshall
Pro PHP Programming

Pro PHP Programming

Peter MacIntyre, Brian Danchilla, Mladen Gogala

Publisher Resources

ISBN: 9780470413968Purchase book