Premium WordPress Themes

5 useful PHP functions for MySQL data fetching

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:

  1. PHP MySQL wrapper – PHP Class to easily call mysql functions
  2. [PHP] FTP Functions, upload file, delete file, etc.. – PHP / MySQL …
  3. MySQL :: Managing Hierarchical Data in MySQL
  4. MySQL Bugs: #15916: PHP configure failed with MySQLi library error.
  5. Executing Stored Procedures and Functions From PHP in Windows
Home | About | Contact | Privacy Policy