====== Using the Oracle driver in PHP ====== ===== students.cs.ndsu.nodak.edu ===== ---- The students.cs.ndsu.nodak.edu server still needs the Oracle driver installed and tested. Once it is operational, the code to use it is a bit different from the same code in Java. ==== PHP Example Connection ==== Here is a small example to connect to the Oracle database from PHP, be sure to replace 'username', 'password' and 'query' with your own. '; } oci_free_statement($stid); oci_close($conn); ?>