Categories
Tags → Sql Table

Google SQL Search Script

This script has been designed to allow the searching of Google using SQL. This allows more complex queries than achievable via Google''s Standard or Advanced search facilities. Available parameters for Google search have been represented as fi...
DETAILS

Large Database Backup

This class can be used to backup large MySQL databases into multiple files. It can list the tables of a given MySQL database and generate SQL statements to create and insert records with the current values of the table rows, as if it was creati...
DETAILS

Import csv data into mysql

This comes handy because you can simple edit the appropriate fields, upload it along with the csv file and call it from the web and it will do the rest. It allows you to specify the delimiter in this csv file, whether it is a coma, a tab etc. It al...
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

Simple chat and admin panel with PHP/MYSQL

A in-depth tutorial on how to build a simple chatroom and basic admin options like IP banning and editing and deleting messages. Includes SQL table setup.
DETAILS

Simple MySQL DB Class

This class is a MySQL database access wrapper. It can: - Connect to a MySQL server - Execute SQL queries and retrieve single value results or return result rows into arrays - Return the last inserted table row identifier, the number of resu...
DETAILS

PowerFeed DataFeed conversion script

The PowerFeed script takes a datafeed and converts it into SQL statements that you can load it into your MySQL database! The script supports multiple datafeed formats and structures. If your datafeed has a header record, that record is then used as a...
DETAILS

MySQL to CSV Download

Extracts data from MySQL. Uses a MySQL table name or SQL statement to determine what data to extract. Formats the data into comma-delimited format, csv. Automatically translates invalid characters, such as &" to valid characters. Quotes col...
DETAILS

kDataGrid for PHP

kDataGrid for PHP is a component for building advanced, highly automated data grids for your websites and applications. kDataGrid supports MySql, Postgres, Oracle and SQL Server 2005 and automatically generates data-editing pages for quick and easy d...
DETAILS

Mastering phpMyAdmin 2.8 for Effective MySQL Management

This book is an upgrade from the previous version that covered phpMyAdmin Version 2.6. Written by a member of the development team, this book serves as a comprehensive guide to helping you unlock the full potential of phpMyAdmin 2.8 This book will ...
  • Categories
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Commercial License
DETAILS

Page:
©2019 A--9.com