News Feed
Jobs Feed
Sections




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.

1 comment voice your opinion now!
useful function mysql data fetch debug handling useful function mysql data fetch debug handling


blog comments powered by Disqus

Similar Posts

Derick Rethans' Blog: What is PHP doing?

SitePoint PHP Blog: MySQL Transactions & Why They Can’t Be Emulated in PHP

DevShed: Introduction to the CodeIgniter PHP Framework

Dallas PHP User\'s Group: PHP5 Exception Handling (presentation)

DevShed: A Custom Exception Class for Dynamic Twitter Signature Images with PHP


Community Events











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


functional podcast database language testing development series release community code tool object zendframework2 opinion introduction example framework phpunit interview composer

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