News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
AnyExample.com:
5 useful PHP functions for MySQL data fetching
March 21, 2007 @ 17:31:00

The AnyExample.com tutorial site has a quick article for PHP/MySQL developers out there with 5 useful functions that can help you in your database development.

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.

All of these helpful functions mentioned work with both PHP4 and PHP5, so no one's left out. They are:

  • good_query
  • good_query_list
  • good_query_assoc
  • good_query_value
  • good_query_table
All of these can be added easily by grabbing their source and including it into your application.

0 comments voice your opinion now!
useful function mysql data fetch debug handling useful function mysql data fetch debug handling



Similar Posts

Matthew Turland's Blog: PHP, MySQL, and Oracle: An Odd Triangle

OpenIdeasCompany.com: Redeclaring native PHP functions

Dan Scott's Blog: File_MARC and Structure_Linked_List: new alpha releases

Internet Super Hero Blog: MySQL native driver for PHP: mysqlnd-5.0.1-beta available

Jim Plush\'s Blog: MyBic AJAX 0.3 released with EASY FORMS & Debug!


Community Events







Don't see your event here?
Let us know!


zendframework database releases book ajax job zend developer package mysql cakephp code PEAR release PHP5 security conference framework example application

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework