Categories
Tags → Mysql Sql Select

Simple csv to MySQL tool

This code will take a csv file and create or, insert or update, the data into a MySQL database. It assumes the first line contains the field names and uses that to build the SQL query for the following data lines. There''s a download button fo...
DETAILS

MyDBDB MySQL multi-databases browser

This set of scripts can be used, with minor customization, to access multiple MySQL databases (hence, &"DBDB&"), even at different servers (if they are accessible from the web server where these scripts run), for displaying data in ...
DETAILS

SamMySql Database Class

This class wraps common MySQL database table SQL queries. It can: - Perform SELECT queries and retrieve a single value, a single row into an array and all rows into a multidimensional array. - Insert or update rows from a list of fields and v...
DETAILS

Basic MySQL Search Engine Class

This class can be used to search for data in MySQL database table text fields. It executes one or more SQL SELECT queries to search for given keywords in different text fields of the same MySQL database table. The class returns an array w...
DETAILS

MySQL Database Handling in PHP

This comprehensive mysql tutorials touches on Starting a Session with MySQL,Executing SQL Statements against a MySQL database and demonstrating how a SELECT SQL statement is executed against the selected database. features full code and examples.
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

phpBackupMySQLdiff

phpBackupMySQLdiff is a Web Application to do MySQL differentials backup into XML files compressed (&"zip&" or or &"tar&" &"tar.gz&"): - Just save the structure&" and the &"row...
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