Categories
Tags → Mysql Query

MySearchParser

MySearchParser generates MySQL Search Queries based on input keywords. It generates AND, OR, NOT and Phrase searches through the use of search operators such as &"+&",&"|&",&"-&" and &"Qu...
DETAILS

Dynamic (2 level) navigation list

The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to &"remember&" the values, sub values and also the query string from previous clicked links. In this ...
DETAILS

Mysql Select Query

This simple script uses the DBI module in order to connect to a Mysql database, retrieves the results from a select query and display the results inside a while statement. There is a live example as a demo.
DETAILS

DB Driver

This is a Database Abstraction Layer written in PHP and it currently supports both MySQL and MSSQL. Support for other database systems can easily be added. The Driver also contains a few functions that might be useful for debugging: query count...
DETAILS

myPageDisplay class

This class can perform several tasks and you decide how much you want from it. In its complete form it can generate an interactable paginated columnar listing from a MySQL database. If you want to use it in parts you can generate XHTML tables ...
DETAILS

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

Navicat PostgreSQL GUI Manager

This PostgreSQL GUI management tool features an intuitive interface and provides a set of useful tool to manage, backup/ restore, import/ export data, Synchronize database and connect to remote PostgreSQL server, etc. Version 8 which offers mor...
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

Page:
©2019 A--9.com