Creating an Application Using PHP |
||||||||||||||||||||||||||
Sheila's team is requested to create a Web application for the human resources (HR) information in the database tables. The company HR representatives would like to query departmental and employee information. Sheila's team decides to provide this functionality by using PHP running on a Web server. The PHP application needs to access Oracle Database 10g Release 2 Express Edition to obtain the data. You learn how to help Sheila install and configure the environment for PHP applications by performing the following tasks:
You learn to
The PHP application comprises the following files:
Note: The PHP files can be accessed by a browser. The include (.inc) files are needed by the PHP file and are not intended to be accessed from a browser. Note: The .php files can be accessed by a browser. The include (.inc) files are needed by the PHP file and not intended to be accessed from a browser. If you are using Oracle JDeveloper 10g (10.1.2, or 9.0.5.2), you can download the PHP extension from Extensions Exchange on the Oracle Technology Network (OTN) to enable development of PHP applications in Oracle JDeveloper.
|