Show Me Glossary
 

Running the PHP Application

Previous previous|next Next Page

To create and run the PHP application discussed in this section, cut and paste the sample code to create the following files in a nonroot user 's $HOME/public_html directory:

hr_cn.inc

hr_ui.inc

hr_db.inc
styles.css

Note: Alternatively, you can download the PHP Tutorial HR Application files and copy them to the $HOME/public_html directory.

Make sure that your database and Apache Web Server are running. In a Web browser, enter a URL similar to:

http://localhost/~user/hr.php

Note: Replace user with your Linux username.

Watch Sheila test the completed HR application.

Launch Demonstration

Show Me