The interactions in this eCourse require Javascript to be enabled.
Running the PHP Application
previous|next
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.php
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.