I've been reworking the Creating a CRUD Application with PHP tutorials. The new version should be ready for 7.0 Beta 2 release. In the new version:
- I replaced mysql functions with mysqli functions.
- With the help of Christoper Jones, I've added OCI8 versions of the code for connecting to Oracle Database
- I've fixed some old bugs and improved the tutorials overall.
In the course of this work, two things have come to my attention. These are two things that you can help with.
- The title Creating a CRUD Application... is not very
appealing.
- The sample CSS used for Lesson 8 is terrible.
So first, can anyone suggest a new title? We have one suggestion already, internally: Creating a Database Application …
[Read more]