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
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
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
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
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
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
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
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
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
mySQLclass

mySQLclass


This is mySQL class wich will help you with your mySQL problem. Its simply and do basic things like insert, update, delete rows... more>> This is mySQL class wich will help you with your mySQL problem. Its simply and do basic things like insert, update, delete rows...<<less
Added: 2007-05-10 License: Other Free / Open Source License Price: Free
898 downloads
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
MySQL-Dumper

MySQL-Dumper


MySQL-Dumper is a script for automatically backuping your tables in a MySQL-database. The two basic pages are a page for frequently use and an administrator-page. The page for frequently use checks if more>> MySQL-Dumper is a script for automatically backuping your tables in a MySQL-database. The two basic pages are a page for frequently use and an administrator-page. The page for frequently use checks if there are tables in the database that have been changed after the last back-up. If they are, there will be made a back-up of these tables, which saves time and space.<<less
Added: 2003-02-24 License: Free for non-commercial use Price: Free
2488 downloads
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 to JSON

MySQL to JSON


The class takes a MySQL query result handle and retrieves the query result column names and the query result data. The class generates the definition of a JavaScript object in JSON that contains an ar more>> The class takes a MySQL query result handle and retrieves the query result column names and the query result data. The class generates the definition of a JavaScript object in JSON that contains an array of a rows of query result data.<<less
Added: 2006-07-05 License: PHP License Price: Free
1251 downloads
PHP MySQL tutorial 1.0

PHP MySQL tutorial 1.0


In this PHP MySQL tutorial I will show you how to use basic database manipulation features in PHP. more>> In this PHP MySQL tutorial I will show you how to use basic database manipulation features in PHP.<<less
Added: 2008-03-16 License: Freeware Price: $0.00USD
13 downloads
 
Other version of PHP MySQL tutorial
PHP MySQL TutorialArman - This is a PHP and MySQL tutorial. With code examples like uploading files to database, creating ... This is a PHP and MySQL tutorial. With code
License:Freeware
Download
1092 downloads
Added: 2004-06-09
Arabic MySQL Query

Arabic MySQL Query


This class can be used to build MySQL SQL query conditions to search for Arabic text considering Arabic lexical rules. It uses the MySQL REGEXP and LIKE functions to retrieve better results from queri more>> This class can be used to build MySQL SQL query conditions to search for Arabic text considering Arabic lexical rules. It uses the MySQL REGEXP and LIKE functions to retrieve better results from queries for Arabic text.<<less
Added: 2006-02-11 License: GPL Price: Free
1395 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5