browse by tag: queries
sort by
How to run a SQL query in phpMyAdmin
in PHP added by Brandon, on 15/4/2007 beginner tutorials mysql php phpmyadmin query
This will provide you basic information on how to use phpMyAdmin
comment save reportBuilding Database Interfaces
in PHP added by goodphptutorials, on 11/1/2006 database databases dml interface mysql objects oop query
This article is about using and building Database Interfaces (DB interfaces). DB interfaces make application development faster and easier. This is accomplished by relocating scattered DML (Insert, Update, Delete) statements into a single shared tool, the Class. A Class encapsulates data post processing, integrity, and security into a single tool that can be accessed throughout the application.
comment save reportObject Oriented PHP: Paging Result Sets
in PHP added by goodphptutorials, on 12/12/2005 beginner mysql oo programming paged resutls queries sitepoint
In this article, I'll teach you the basic principles and features of Object Oriented Programming that exist in the PHP language.
comment save reportADOdb: Making MySQL Efficient
in PHP added by goodphptutorials, on 3/12/2005 ADOdb active data objects databases query
Active Data Objects Data Base (ADOdb) is a set of libraries/classes that standardizes the PHP database functions.
comment save report