Main > Free Download Search >

Free php mysql database script

php mysql database

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5702
PHP MySQL Database Class 1.0.4

PHP MySQL Database Class 1.0.4


A class for very basic MySQL database connectivity. Written to reduce redundant code in my own projects aswell as aid in debugging and error reporting during the developement phase. Currently connects to a database, execute external files containing SQL more>> A class for very basic MySQL database connectivity. Written to reduce redundant code in my own projects aswell as aid in debugging and error reporting during the developement phase. Currently connects to a database, execute external files containing SQL commands, insert and update from an array of key => value pairs, insert and update with sql command, query (one result), query (multiple rows), and dump a select query to a table. The zip file contains the class aswell as a demonstration script.<<less
Added: 2005-04-19 License: GPL Price: $0.00USD
16 downloads
 
Other version of PHP MySQL Database Class
Price: FreeAdditionalInfoFreeforalltouse,modify,anddistribute.
License:GPL
Download
1676 downloads
Added: 2005-04-19
PHP mySQL Database Wrapper 1.0.5 1.0.5

PHP mySQL Database Wrapper 1.0.5 1.0.5


This class is a mySQL database access wrapper It provides methods for interracting with a mySQL database easily and securely Some of the features include - method that is an alias of PHPs native mysql_query() function with the main more>> This class is a mySQL database access wrapper It provides methods for interracting with a mySQL database easily and securely Some of the features include - method that is an alias of PHPs native mysql_query() function with the main differences being that, if passed in a special way, parameters will be automatically escaped and that errors will be reported to the built-in debugger - the query() method - shorthand methods for running queries that perform COUNT(), MAX() or SUM() queries - dcount(), dmax() and dsum() methods - shorthand method for fast retrieval of data in individual rows or even specific items in individual rows - the dlookup() method - method that is an alias of the PHPs native mysql_real_escape_string( ) function with the main difference being that this one will check if magic_quotes are on or not and escape (or not) accordingly - the escape_string() method check homepage for more...<<less
Added: 2006-07-24 License: Other Price: $0.00USD
15 downloads
 
Other version of PHP mySQL Database Wrapper
Price: FreeAdditionalInfohttpcreativecommons.orglicensesbyncnd2.5
License:Free for non-commercial use
Download
1217 downloads
Added: 2006-07-24
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
PHP MySql Multiple Database Backup 1.0

PHP MySql Multiple Database Backup 1.0


This script allows you to make a backup of your MySql databases in sql or gz format allowing you to restore in case of a server crash. The output sql is already compacted. You can download the backup from the server as sql or gzip. Very easy to use. more>> This script allows you to make a backup of your MySql databases in sql or gz format allowing you to restore in case of a server crash. The output sql is already compacted. You can download the backup from the server as sql or gzip. Very easy to use. No tables can be selected. The whole database will be backed-up. Contains fulltxt fields as option. Works with windows/apache too, special changes for windows time-out. For the use with single databases with table selection see: MySql PHP Backup<<less
Added: 2006-01-04 License: Freeware Price: $0.00USD
12 downloads
 
Other version of PHP MySql Multiple Database Backup
PHP MySql Multiple Database BackupThis script allows you to make a backup of your MySql . This script allows you to make a backup of your MySql
License:Freeware
Download
1416 downloads
Added: 2006-01-04
PHP MySQL Table Manager

PHP MySQL Table Manager


The PHP MySQL Table Manager is designed to simplify administration of a MySql web database. It allows you to easily create, drop or rename tables. Alter tables structures by adding or dropping keys an more>> The PHP MySQL Table Manager is designed to simplify administration of a MySql web database. It allows you to easily create, drop or rename tables. Alter tables structures by adding or dropping keys and indexes. Adding, removing or changing the properties of columns. Edit, add, search or delete table records.<<less
Added: 2002-01-01 License: GPL Price: Free
2873 downloads
Image upload with MYSQL database

Image upload with MYSQL database


In this tutorial is presented a simple code with informations about programing a script that uses MYSQL database to upload images. Very simple to interpretate, to code and to test, its a simple way to more>> In this tutorial is presented a simple code with informations about programing a script that uses MYSQL database to upload images. Very simple to interpretate, to code and to test, its a simple way to learn how to program a upload script that select images from the MYSQL database using php programing.<<less
Added: 2007-06-18 License: PHP License Price: Free
758 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
PHP MySQL Smart

PHP MySQL Smart


Script to handle your mysql database online. no installation required, only one file, just plug and play :-) features: - Help - Database/Table/Filed browsing (NEW!) - Field description - all kind of q more>> Script to handle your mysql database online. no installation required, only one file, just plug and play :-) features: - Help - Database/Table/Filed browsing (NEW!) - Field description - all kind of queries - select * works also - Error Messages - Number of affected rows - Multible statements - Database/Table backup (NEW!)<<less
Added: 2004-02-23 License: Freeware Price: Free
2070 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
PHP & MYSQL Setting up the database 1

PHP & MYSQL Setting up the database 1


This tutorial is the second part of our PHP/MYSQL series of articles. In this episode we show you setting up a MYSQL Database through phpmyadmin and create a PHP Script to make tables for the MYSQL database and more. more>> This tutorial is the second part of our PHP/MYSQL series of articles. In this episode we show you setting up a MYSQL Database through phpmyadmin and create a PHP Script to make tables for the MYSQL database and more.<<less
Added: 2006-01-04 License: Freeware Price: $0.00USD
14 downloads
 
Other version of PHP & MYSQL Setting up the database
PHP & MYSQL Setting up the databasepart of our PHP/MYSQL series of articles. In this episode we show you setting up a MYSQL Database ... part of our PHP/MYSQL series of articles. In this episode we show you setting up a MYSQL Database
License:Freeware
Download
1394 downloads
Added: 2006-01-04
Setting up MySQL database replication

Setting up MySQL database replication


This tutorial will give you the steps to follow in order to setup a MySQL database replication based on a master-slave scenario. more>> This tutorial will give you the steps to follow in order to setup a MySQL database replication based on a master-slave scenario.<<less
Added: 2008-09-28 License: Freeware Price: $0.00USD
13 downloads
PHP Script Tips - Working with MySQL Database

PHP Script Tips - Working with MySQL Database


A collection of 21 tips on working with MySQL database. Clear explanations and tutorial exercises are provided on connecting and selecting MySQL database, creating and dropping tables, inserting, upda more>> A collection of 21 tips on working with MySQL database. Clear explanations and tutorial exercises are provided on connecting and selecting MySQL database, creating and dropping tables, inserting, updating, and deleting rows, selecting and looping through data rows, searching by key words, setting auto-increment IDs.<<less
Added: 2006-06-12 License: Free for non-commercial use Price: Free
1254 downloads
PHP Tree Structure stored in MySQL database 1

PHP Tree Structure stored in MySQL database 1


cNodes is a php class to store and manipulate tree structure in a mysql database. An example of a typical uses for this would be a web directory. Its important to note that the class and the table are meant only to model the relationships between nodes more>> cNodes is a php class to store and manipulate tree structure in a mysql database. An example of a typical uses for this would be a web directory. Its important to note that the class and the table are meant only to model the relationships between nodes in a tree. All descriptive data about the nodes should be stored in a seperate table. The class requires the use of PEAR:DB.<<less
Added: 2006-04-04 License: Other Price: $0.00USD
22 downloads
PHP and MySQL examples

PHP and MySQL examples


The purpose of these examples are to show you various ways to use PHP and MySQL. The examples include displaying all fields in the database, random fields, sorting alphabetically and limiting the resu more>> The purpose of these examples are to show you various ways to use PHP and MySQL. The examples include displaying all fields in the database, random fields, sorting alphabetically and limiting the results returned.<<less
Added: 2004-02-03 License: GPL Price: Free
2132 downloads
PHP/MySql search engine

PHP/MySql search engine


This tutorial will take you to the next step in PHP/Mysql database search and teach you what to and not to do when building an engine for your website. Its created with the absolute beginner in mind. more>> This tutorial will take you to the next step in PHP/Mysql database search and teach you what to and not to do when building an engine for your website. Its created with the absolute beginner in mind.<<less
Added: 2007-03-18 License: Freeware Price: Free
670 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5