Categories
Tags → Mysql Db Query

Easy Pagination Function

Script containing our pagination function that can be easily implemented into any other script to paginate the output results retrieved from MySQL database etc. Note that this function does not query the DB by itself, you should previously have count...
DETAILS

florDBProcess: The easy way to do MySQL database scripting with PHP

Coding data access methods in PHP for the MySQL we very often come across the same connect, fetch, query and other methods. Here is a php script which creates a class for DB access, called DBprocess, and in a way makes inserts, updates, selects...
DETAILS

Creating an object oriented MySQL abstraction class

In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how ...
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
©2003-2019 jCay.com