Categories
Tags → In Mysql Query

Paging Results in PHP

Following examples teaches how to query a mySQL database and getting results in pages. Every page displays results maximum 10 results in a single page.
DETAILS

Class: Easy MySQL class

This class is a simple wrapper to access MySQL databases. It can establish connections to a given MySQL server and execute SQL queries in a single call. The query result resource handle, columns names, number of returned rows and last ins...
DETAILS

MySQL to JSON

The class takes a MySQL query result handle and retrieves the query result column names and the query result data. The class generates the definition of a JavaScript object in JSON that contains an array of a rows of query result data.
DETAILS

MageBB

MageBB is a brand new bulletin board system from Mage Software. It has a very easy to use and good looking both front and back end functions. It features a full logging system, a feature that most new, commercial bulletin boards don''t have. Eac...
DETAILS

PHP Multipurpose Forms with data binding and cross table

To administrate data has to be efficient and easy to handle. If you consider for example a publishers company with several authors who have written different books it makes no sense to present the data on different web pages. That''s not lucid. ...
DETAILS

Xataface

Xataface (formerly Dataface) is a flexible and shapeable skin that sits on top of MySQL making it accessible to normal, every-day users. In practical terms, it automagically generates the appropriate forms, lists, and menus for a user to interact wi...
DETAILS

datDatabase

datDatabase is used to simplify the most common mySQL query operations that are issued to a mySQL server. Instead of coding out complete mySQL queries to interact with the mySQL server, the programmer can simply pass several variables and the Class w...
DETAILS

Celko Visitation Model

This class can be use to manipulate hierarchic trees of records stored in a MySQL database using Joe Celko visitation model. It can perform the following tasks in a very effecient way mostly using one SELECT query statement: - Find out le...
DETAILS

MySQL Cache Script

This script cache''s a variable or an array of variables for a specified amount of time in a MySQL table. Useful for pages that fetch data from other websites, so that you don''t have to query the remote site every time you want data.
DETAILS

generateAfeed dB

generateAfeed dB is a script based tool which generates automatically RSS feeds 2.0 for your website from the information contained in a database. generateAfeed dB is easy to install and contain an HTML webpage to configure the number of feeds you wa...
DETAILS

Page:
©2003-2019 jCay.com