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

DevShed: Building a Relational Content Management System in PHP/MySQL

PHPBuilder.com: Getting started with Flex and Zend_Amf

TutToaster.com: How to create a forum in PHP from scratch

Juozas Kaziukenas' Blog: Debugging with FirePHP and Firebug

Make Me Pulse Blog: PHP 5 Design Pattern : Singleton


Community Events











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


release introduction phpunit symfony2 framework language podcast series rest example conference opinion testing functional development zendframework2 interview database usergroup community

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