Oracle_query() and Other Oracle Convenience Functions
Submitted by admin on Thu, 09/05/2019 - 12:33pmIf you're used to using MySQL with PHP, you already know of the simple and easy to use functions like mysqli_query(), mysqli_fetch_object(), mysqli_affected_rows() and so forth. But, if you've ever gone to query from an Oracle database, you've no doubt noticed that Oracle's oci_* functions are much less pleasant.
So, I decided to create a set of functions similar to mysqli.