New in the PHP manual: a mysqli quickstart. You are new to PHP but you know how to code, you know SQL, you know relational databases and MySQL? Then, I hope, this is for you. All you need is a quick overview on the concepts? The rest is in the reference section! Here you go.
The quickstart contains:
-
Dual procedural and object-oriented
interface:
something pioneerd by MySQL when PHP learned OOP at 5.0 times. - Connections: how, options, persistent/pooled connections.
- Executing statements: buffered, …