Main > Free Download Search >

Free to mysql script

to mysql

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2382
PHP and Writing to MySQL Databases

PHP and Writing to MySQL Databases


This simple tutorial shows you how to write form data to MySQL database using PHP. Includes a sample code and instructions. more>> This simple tutorial shows you how to write form data to MySQL database using PHP. Includes a sample code and instructions.<<less
Added: 1999-12-11 License: Other Free / Open Source License Price: Free
3648 downloads
Migration of Access data to MySQL 1.00

Migration of Access data to MySQL 1.00


In this tutorial you will learn how to migrate "Access data to MySQL". It is very important for ASP TO PHP Comers. Enjoy It! more>> In this tutorial you will learn how to migrate "Access data to MySQL". It is very important for ASP TO PHP Comers. Enjoy It!<<less
Added: 2007-02-12 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Migration of Access data to MySQL
Migration of Access data to MySQLIn this tutorial you will learn how to migrate Access data to MySQL. It is very important for ASP TO PHP Comers. Enjoy It! Migration
License:Freeware
Download
986 downloads
Added: 2007-02-12
DBF to MySQL Bulk converter 2

DBF to MySQL Bulk converter 2


DBF / FoxPro to MySQL Bulk converter is a web application tools build on PHP and will automate database converting from DBF files to MySQL. If you intended to transform your desktop based application (dbf based) to web application but you need to convert more>> DBF / FoxPro to MySQL Bulk converter is a web application tools build on PHP and will automate database converting from DBF files to MySQL. If you intended to transform your desktop based application (dbf based) to web application but you need to convert your existing dbf data to mysql. So this tool is what you need. Notes : The BLOB field is not supported this time<<less
Added: 2008-09-14 License: Freeware Price: $0.00USD
17 downloads
Sending queries to mySQL 1

Sending queries to mySQL 1


PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error. If more>> PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error. If query is true, returning value must pass to mysql_fetch_array().<<less
Added: 2008-01-11 License: Freeware Price: $0.00USD
14 downloads
How to upload images to mySQL within PHP

How to upload images to mySQL within PHP


Aim of this article is to sho you the simples way to uplaod images to mySQL database. First you need to create a custom database table. The name of this table can be named as images_table. Now here more>> Aim of this article is to sho you the simples way to uplaod images to mySQL database. First you need to create a custom database table. The name of this table can be named as "images_table". Now here is the SQL code for creating the table.<<less
Added: 2006-08-09 License: Freeware Price: Free
781 downloads
Simple MySQL

Simple MySQL


Simple MySQL is such a useful PHP class because it can be used to execute MySQL queries defined programmatically. more>>

Simple MySQL is such a useful PHP class because it can be used to execute MySQL queries defined programmatically.

<<less
Added: 2009-07-23 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
Simple csv to MySQL tool 1.00.00

Simple csv to MySQL tool 1.00.00


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. Theres a download button for pulling more>> 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. Theres a download button for pulling in the csv file. A CREATE button will create a simple database using VARCHAR() with all the fields length set to the longest length of any field. The INSERT button will insert the data. The BUILD FIELD LIST button does just that so you can select the field if youre doing an UPDATE operation. Index fields in the database are shown. There are few checks to ensure that an operation will succeed. INSERT into a table that doesnt exist for example will error etc. The code is heavily commented and should be ewasy to follow/amend.<<less
Added: 2008-05-15 License: Freeware Price: $0.00USD
11 downloads
MySQL fields RB2 1.6

MySQL fields RB2 1.6


isplay a complete list of MySQL table fields in database. Must have script for developers. Easy and quick! more>> isplay a complete list of MySQL table fields in database. Must have script for developers. Easy and quick!<<less
Added: 2006-12-20 License: Freeware Price: $0.00USD
12 downloads
 
Other version of MySQL fields RB2
MySQL fields RB2isplay a complete list of MySQL table fields in database. Must have script for developers. Easy ... isplay a complete list of MySQL table fields in database. Must have script for developers. Easy
License:Freeware
Download
1040 downloads
Added: 2006-12-20
Insert MySQL PHP data

Insert MySQL PHP data


In thie tutorial you will learn how to insert information in to a PHP MySQL database. more>> In thie tutorial you will learn how to insert information in to a PHP MySQL database.<<less
Added: 2008-04-17 License: Freeware Price: $0.00USD
15 downloads
Using MySQL Prepared Statements in PHP

Using MySQL Prepared Statements in PHP


Using MySQL Prepared Statements in PHP offers you a helpful software using the Mysqli (MySQL enhanced) extension in PHP 5 via the MySQLi_STMT class. more>> <<less
Added: 2009-07-29 License: PHP Price: $0.00USD
downloads
PHP & MYSQL Tutorial: Inserting Data into mysql 1

PHP & MYSQL Tutorial: Inserting Data into mysql 1


This is the third installment of our php mysql tutorial series. This tutorial covers inserting data to MYSQL with a PHP script. Using the following key features; HTML Forms, Passing variables from a form to php and inserting into the database using Mysql more>> This is the third installment of our php mysql tutorial series. This tutorial covers inserting data to MYSQL with a PHP script. Using the following key features; HTML Forms, Passing variables from a form to php and inserting into the database using Mysql INSERT command.<<less
Added: 2006-01-04 License: Freeware Price: $0.00USD
13 downloads
 
Other version of PHP & MYSQL Tutorial: Inserting Data into mysql
PHP & MYSQL Tutorial: Inserting Data into mysqlof our php mysql tutorial series. This tutorial covers inserting data to MYSQL with a PHP script. Using the following key features; HTML Forms, Passing variables from a f. PHP & MYSQL Tutorial: Inserting
License:Freeware
Download
1402 downloads
Added: 2006-01-04
MySQL content display simple RB2 2.4

MySQL content display simple RB2 2.4


List all fields in database a MySQL very easy and quick. Must have tool for developers. more>> List all fields in database a MySQL very easy and quick. Must have tool for developers.<<less
Added: 2006-12-20 License: Freeware Price: $0.00USD
13 downloads
 
Other version of MySQL content display simple RB2
MySQL content display simple RB2List all fields in database a . List all fields in database a MySQL very easy and quick. Must
License:Freeware
Download
1038 downloads
Added: 2006-12-20
Using PHP with MySQL 1

Using PHP with MySQL 1


Quick and easy script on how to create a DB link and execute an sql statement more>> Quick and easy script on how to create a DB link and execute an sql statement<<less
Added: 2007-11-13 License: GPL Price: $0.00USD
13 downloads
MySQL HyperStorage v1 for PHP 1.0

MySQL HyperStorage v1 for PHP 1.0


This is like Table Indexing compared to MySQLs column indexing. Complete Documentation included more>> This is like Table Indexing compared to MySQLs column indexing. Complete Documentation included<<less
Added: 2005-11-12 License: Free Non-Commercial Price: $0.00USD
13 downloads
 
Other version of MySQL HyperStorage v1 for PHP
MySQL HyperStorage v1 for PHPcompared to MySQLs column indexing. Complete Documentation included. MySQL HyperStorage v1 . This is like Table Indexing compared to MySQLs column indexing
Price: FreeAdditionalInfoPleasedonotreseller.Youmayredistributeonlyifyoukeepthecreditsintact.
License:Free for non-commercial use
Download
1441 downloads
Added: 2005-11-12
Mysql datetime to php timestamp 1.0

Mysql datetime to php timestamp 1.0


Function to convert mysql datetime to php timestamp and then the reverse way too! more>> Function to convert mysql datetime to php timestamp and then the reverse way too!<<less
Added: 2009-03-24 License: Freeware Price: $0.00USD
11 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5