Provisioning PHP
In this lab we will provision PHP on the web server, install PHP on the web server, and demonstrate its' role in authenticating users using a HTML form and PHP script to authenticate.
outcomes:
In this lab, you will learn to:
- Provide PHP on the web server.
- Install PHP on the web server.
- Authenticate users using an HTML form and a PHP script.
Videos:
Before you start this lab, review these videos.
Overview
The development of this document is funded by the Boston Area Advanced Technological Education Connections (BATEC) Grant No. NSF-0703097 thru Bunker Hill Community College.
Personalized Homepages (PHP), or more recently known as PHP: Hypertext Preprocessor, was designed to make static webpages dynamic. In this lab, we are going to install PHP and use a couple PHP scripts, along with a few modifications to our website that will enable UrBank clients to authenticate through the HTML form within our custom homepage.

Provisioning PHP