Categories
Tags → Table Functions Sql

Free PHP / SQL FAQ Script

Simply upload the Free PHP / SQL FAQ files to a directory on your PHP enabled server, edit the included file Local_Settings.php and enter in the relevant info for your site, including your database connection info. Then run the SQL Table Creator scri...
DETAILS

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 tab...
DETAILS

Seir Anphin 2

Essentially a core platform and a set of administrative tools for running any kind dynamic website. Seir Anphin was built on PHP 4 and MySQL iforget. Seir Anphin''s core supports user-registration, database-driven templates, database abstr...
DETAILS

vpSQL

vpSQL is a small set of functions (under 13k) that interacts with a flat file database through a subset of sql instructions. vpSQL accepts the the following sql statements: SELECT fields FROM table[WHERE][ORDER BY][lLIMIT] INSERT fields,dat...
DETAILS

Simple SQL

DESCRIPTION: Simple SQL provides functions to retrieve single fields or rows of a table, insert rows given arrays of column names and values, update single fields of a given table row, delete given table rows and many other common needs. ADVAN...
DETAILS

phpSQLGen

This project provides functions for generating SQL queries, HTML tables, and XML documents. It consists of two classes and a set of utility functions. SQLGen provides PHP functions for generating SQL query strings from arrays. TableMaker generates an...
DETAILS

DBBrowse

DBBrowse is a servlet-based application that runs on a Web server (either intranet or extranet). Using a simple HTML Web browser, DBBrowse enables you to access the Web server''s databases (local or remote databases as well). The main DBBrowse...
DETAILS
©2003-2019 jCay.com