'.oci_result($s,$i).''; if ($userpwd==oci_result($s,$i)) { print "The user matches his/her password."; } } // Close the HTML table. // Disconnect from database. oci_close($c); } else { // Assign the OCI error and format double and single quotes. $errorMessage = oci_error(); print htmlentities($errorMessage['message'])."
"; } ?>