CMIS 320 Oracle, php, Apache Copy and then install the apache 2.0.55 web server available at \\kadenix\public Test that it works by first manually starting it in the programs apache control start then pointing your browser to localhost:8080 you should see the apache page. [Because we can't install apache as Admin, we have to ue the 8080 port.] Copy and install the ZendCoreForOracle also at \\kadenix\public Take all the defaults during the install. Specify zend as the password. Test that php is working by pasting the 3 lines below into a file in C:\Program Files\Apache Group\Apache2\htdocs Name the file whatever you want to but make sure the extension is .php (and not .php.txt) point your browser to localhost:8080/yourfilename.php You should see the php information page. View the three php files on the class web site and paste each into a file in htdocs (don't download them as they are actually html files). Point your browser to each in localhost and interact with the oracleClient. [another hangup about running Apache as non-admin: the php files have to specify to :8080...........@#$%%$$!! This version of apache does not seem to include the SSL secure https port 443 conf/ssl.conf stuff... so the oracleClient.php had to be modified to use plain http instead of https Oracle must be running.