April 2026
Intermediate
1009 pages
34h 15m
English
Our new user naturally also wants to work with the database. The relevant tasks are described in the following sections. A word of warning first: In the course of the very laudable endeavor to make PHP function names more consistent, some things have changed as of PHP 5. Now all parts of function names are separated by an underscore—for example, oci_connect() and oci_fetch(). This was not the case in earlier versions, where the two functions were sometimes called differently and were each written without an underscore: ocilogon() and ocifetch(). For compatibility reasons, the old function names still work, but we only use the new variants.
The connection is established is established ...
Read now
Unlock full access