CSCI 431: PHP

Introduction

PHP (officially "PHP: Hypertext Preprocessor") is a server-side HTML-embedded scripting language. It is used to create dynamic web pages. Moreover, PHP code was developed for embedment within HTML. In doing so, it was hoped that benefits such as quicker response time, improved security, and transparency to the end user would be achieved.

Much of PHP3.0 is a combination of Perl, Java, and C concepts. The syntax structure borrows heavily from C.

History

PHP was conceived sometime in the fall of 1994 by Rasmus Lerdorf.

A Short List of Features

Class Demonstration

PHP Examples by Roger Whitney

Other Useful Links