» Tutorials » Basics of PHP » Chapter 1

Getting Started With PHP

This chapter introduces you to what PHP is all about and gives some simple examples to show how PHP is used inside a web page.

 

Chapter 1.1: PHP Basics

PHP is a programming language that was designed for creating dynamic websites. Read more...

 

Chapter 1.2: Installing PHP

The instructions in this section take you through installing PHP into an Apache web server on a Windows system. Read more...

 

Chapter 1.3: Your First Script

Create a new file called time.php, in a location that can be accessed by a PHP-enabled web server. Read more...