PHP Programming
This links to my blog posts and pages dealing with PHP programming. They include PHP programming solution architectures, examples, techniques, and structures. The blog pages show indented below the top-level page at the right, while blog posts only show in the subject lists below.
PHP & Oracle →
- How to test connections to Container Database (CDB) and Pluggable Database (PDB).
- How to write a collection class in PHP for Oracle DMLs.
- How to call an Oracle stored procedure from PHP.
- How to call an Oracle stored procedure and return an OUT mode variable from PHP.
- How to call an Oracle stored function and manage return value in PHP.
- How to work with Large Objects (LOBs) in Oracle.
- How to read a query from PHP.
- How to read a PL/SQL reference cursor from PHP.
- How to read a pipelined table function from PHP.
PHP & MySQL →
- How a common lookup table works #1.
- How a common lookup table works #2.
- How to work with large text and binary files using PDF images.
- How to write a query against a table.
- How to call a MySQL stored procedure from PHP.
- How to write a transaction across two or more tables.
- How to write an UPDATE statement in PHP.
- How to write a strict compliant while-loop using MySQLi.
- How to bind a string in a wildcard call.
Thank you for these nice tutorials
ganaysa
4 Aug 14 at 3:02 am
Hi,
I am currently working with PHP and would like to set up the database from this tutorial:
–Database-Based Authentication for PHP Apps, Part 1
@create_identity_db1.sql
Where can I find this script?
BTW: Is a newer PHP / Oracle (11g) Web Programming book available?
Thanks and regards,
Frederick Campbell
Frederick Campbell
1 Sep 14 at 5:59 am
Frederick,
All versions of the scripts are available for download as links on this web page of my blog. Oracle Press didn’t see enough sales of the original volume to consider letting me write an update, however, you may also benefit from this tutorial on building a PHP Connection class.
maclochlainn
2 Sep 14 at 11:12 am