PHP usually comes with mysql extension mysql (mysql_… functions) which is rather low-level and requires writing too much code for a trivial tasks: error-checked execution of SQL queries, getting single row from SQL table, getting value from SQL table cell, etc. OOP mysqli extension isn’t any better. In this article we present 5 useful functions which greatly simplify majority of real-life MySQL operations. (full story)
Related posts:
- PHP MySQL wrapper – PHP Class to easily call mysql functions
- [PHP] FTP Functions, upload file, delete file, etc.. – PHP / MySQL …
- MySQL :: Managing Hierarchical Data in MySQL
- MySQL Bugs: #15916: PHP configure failed with MySQLi library error.
- Executing Stored Procedures and Functions From PHP in Windows

Category:
Tags: