I was going to ask how to suppress the Oracle error messages, but I got an answer on another forum, but I will post the response here.
@OCIPLogon("scott","tiger");
the @ symbol keeps the error message from showing to the web page, and the OCIError() function is used to collect the errors which you can email or put into a database or whatever you want to do.
@OCIPLogon("scott","tiger");
the @ symbol keeps the error message from showing to the web page, and the OCIError() function is used to collect the errors which you can email or put into a database or whatever you want to do.
