Main > Free Download Search >

Free your mysql script

your mysql

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2023
How to backup your MySQL database using PHP 1.0

How to backup your MySQL database using PHP 1.0


If your website some how gets hacked and you lose all your MySQL Database information, I doubt you would be laughing? or smiling? Thats why you need to backup your database from time to time so that you can put it back the way it was. Here is a simple more>> If your website some how gets hacked and you lose all your MySQL Database information, I doubt you would be laughing? or smiling? Thats why you need to backup your database from time to time so that you can put it back the way it was. Here is a simple script using PHP and MySQL to backup your database!<<less
Added: 2008-06-05 License: Freeware Price: $0.00USD
15 downloads
phpMySQLAutoBackup - automate your MySQL backup using php 1.5.0

phpMySQLAutoBackup - automate your MySQL backup using php 1.5.0


NOW released under GPL License. phpMySQLAutoBackup the simple way to backup MySQL databases - automates the backup of your MySQL databases. Exports your database (data and structures), compresses it into gzip format and emails it to you. Schedule it more>> NOW released under GPL License. phpMySQLAutoBackup the simple way to backup MySQL databases - automates the backup of your MySQL databases. Exports your database (data and structures), compresses it into gzip format and emails it to you. Schedule it to run every day/week by adding it to a cron job, or use phpJobScheduler. New features include the ability to select separate tables for backup, and limit the backup to start and stop at pre-set table row numbers, this will now allow a section of a large table (with millions of records) to be selected for backup. Features: * option to ftp backup file to remote server * email zipped database to your specified address * option to save to backup folder * backup limited to once per hour (easily changed) prevents malicious attempts at bringing down your server * specify specific tables to include or exclude, or backup the whole database * set ranges to backup - from start row number to last specified row number<<less
Added: 2004-07-16 License: GPL Price: $0.00USD
13 downloads
 
Other version of phpMySQLAutoBackup - automate your MySQL backup using php
phpMySQLAutoBackup - automate your MySQL backup using phpNOW released under GPL License. phpMySQLAutoBackup automates the backup
License:GPL
Download
1939 downloads
Added: 2004-07-16
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
Simple Counter using MySQL

Simple Counter using MySQL


Learn how to make a PHP/MySQL visitor counter that counts both unique and returning visitors based of a users IP address. more>> Learn how to make a PHP/MySQL visitor counter that counts both unique and returning visitors based of a users IP address.<<less
Added: 2008-06-26 License: Freeware Price: $0.00USD
14 downloads
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
PHP MySQL Smart 3.5

PHP MySQL Smart 3.5


Script to handle your mysql database online. no installation required, just plug and play :-) features: - help - database/Table/Filed browsing - field description - table description - database description - all kind of queries - select * more>> Script to handle your mysql database online. no installation required, just plug and play :-) features: - help - database/Table/Filed browsing - field description - table description - database description - all kind of queries - select * works also - error messages - number of affected rows - multible statements - database/table backup (via dump download) - get table/database structure (create table statement...)<<less
Added: 2004-02-23 License: Freeware Price: $0.00USD
13 downloads
 
Other version of PHP MySQL Smart
PHP MySQL SmartScript 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
License:Freeware
Download
2070 downloads
Added: 2004-02-23
PERL - MySQL Module

PERL - MySQL Module


Integrate MySQL databasing into your web applications with PERL. Get your feet wet and dive head first into our tutorial. more>> Integrate MySQL databasing into your web applications with PERL. Get your feet wet and dive head first into our tutorial.<<less
Added: 2006-10-19 License: Free for non-commercial use Price: Free
684 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
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
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 TutorialThis is a PHP and MySQL tutorial. With code examples like uploading files to database, creating ... This is a PHP and MySQL tutorial. With code examples like uploading files to database, creating
License:Freeware
Download
1092 downloads
Added: 2004-06-09
E-Shop ASP.NET + MySql 1

E-Shop ASP.NET + MySql 1


includes shopping cart, admin panel to add delete items, categories, very basic and easy to install more>> includes shopping cart, admin panel to add delete items, categories, very basic and easy to install<<less
Added: 2007-06-03 License: Freeware Price: $0.00USD
11 downloads
Database Manager (mySQL)

Database Manager (mySQL)


This script allows an object orientated interface to be created around a mySQL connection. It provides numerous functions to speed up the use of a mySQL database, especially useful is the dumpResultSe more>> This script allows an object orientated interface to be created around a mySQL connection. It provides numerous functions to speed up the use of a mySQL database, especially useful is the dumpResultSet() function which prints out the results of the previous query.<<less
Added: 2004-05-16 License: Freeware Price: Free
1995 downloads
Counting records in PHP/mySQL

Counting records in PHP/mySQL


Following code samples, demonstrates how to count records in a MySQL database table. You may send parameters to query to display only selected range of rows. more>> Following code samples, demonstrates how to count records in a MySQL database table. You may send parameters to query to display only selected range of rows.<<less
Added: 2007-07-12 License: Freeware Price: Free
524 downloads
mysql_html_table 1

mysql_html_table 1


This very simple script will display your mysql table in an html table with an option to do simple pagination like next and previous. more>> This very simple script will display your mysql table in an html table with an option to do simple pagination like next and previous.<<less
Added: 2002-11-21 License: Freeware Price: 0.00
13 downloads
 
Other version of mysql_html_table
mysql_html_tableThis very simple script will display your mysql table in an html table with an option to do simple pagination like next and previous. mysql_html_table - Michael
License:Freeware
Download
2529 downloads
Added: 2002-11-21
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5