tanmoy1048
01-10-2008, 02:37 AM
I tried,
<?php
phpinfo();
$connection = oci_connect("PROD7","THWORD7","//neptune:1521/TEST");
if (!$connection) {
$e = oci_error();
echo htmlentities($e['message']);
}
?>
and I got the error,
Fatal error: Call to undefined function oci_connect().
<?php
phpinfo();
$connection = oci_connect("PROD7","THWORD7","//neptune:1521/TEST");
if (!$connection) {
$e = oci_error();
echo htmlentities($e['message']);
}
?>
and I got the error,
Fatal error: Call to undefined function oci_connect().