Posted by Mike Youell on 04/09/06 23:38
I'd recommend checking the return values from all your function calls, e.g.: if (oci_execute($stmt, oci_default) { // your code as usual } else { // error handling or debugging. } That way you can narrow down the problem to a particular function. Thanks, Mike Youell.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming