Categories

Updated: 03/30/2007

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.
Similar Scripts for "5 useful PHP functions for MySQL data fetching"

Uploading, Saving and Downloading Binary Data in a MySQL Database

This article is aimed at answering one of the most asked questions on the PHP mailing list and discussion forums alike: How to store binary files in a MySQL database. This article is split into three pages: Setting up the database, Creating the &apos...

Building WML Applications Using PHP

This tutorial shows you how you can use PHP in conjunction with WML to serve dynamic content to a WAP-enabled wireless device. The sample code illustrates several facets of user interaction via a wireless web browser, including: Performing basic inse...

Freemed-YiRC

Freemed-YiRC is an open-sourced, GPL''d, free software program that can be used in Youth in Residential Care settings. It is based upon ideas and code used in the Freemed project. It runs on Linux using the Apache web server. Freemed-YiRC uses t...

TECFA''s PHP Page

This site provides links, tutorials and sample codes on PHP programming. Its example code directory for over 20 PHP code samples including MySQL database manipulation, form-to-file script, .

Php3 : Programming Browser-Based Applications

All-in-one--A nuts-and-bolts programming toolkit for anyone building dynamic web applications in the Unix environment. It gathers together the most comprehensive set of tools and shareware utilities on the CD, and packages them with a comprehensive t...
©2003-2008 jCay.com