Categories
Tags → Table Script

MySQL Row To Form

Need a quick way to edit mysql data with php? This php function takes the name of a mysql table as its input and then builds a unique form for each row in the specified table. The php function checks to length of each field s data in order to determi...
DETAILS

Export Table to SQL for Oracle

Export Table to SQL script for Oracle helps to save table''s data as a set of INSERT SQL statements and optional CREATE TABLE statement. Predefined or custom separators like '';'' and a few export options make this tool flexible. The p...
DETAILS

Export Table to SQL for SQL server

Export Table to SQL for Microsoft SQL Server helps to save table''s data as a set of INSERT SQL statements and optional CREATE TABLE statement. Predefined or cusrtom separators like ''go'', two identity support modes and a few options ...
DETAILS

Javascript Sliding Puzzle with high score table

This script lets you easily create a javascript puzzle game. Simply upload the complete picture to your server. By editing variables in the script you can define how many squares should be in the puzzle, and how large the puzzle will be. The script w...
DETAILS

Simple xml parsing

This simple script retrieves elements from a remote xml file encoded in ISO and displays the wanted content within a table using UTF-8 encoding. There is a live demo.
DETAILS

SQLc

Manage your MySQL databases using a simple powerful interface. You can make backups in .sql format (optionally compressing with GZip), and restore the data from these files. Database dump files generated by phpMyAdmin are supported, and the script is...
DETAILS

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

AJAX Stock Quotes Ticker

This ticker can show stock market quotes using AJAX technology in a watchlist table display. The ticker is fully customizable via CSS/JavaScript settings. FEATURES * AJAX technology - the data is loaded via AJAX HTTPRequest object from ...
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

Page:
©2019 A--9.com