Main > Free Download Search >

Free count and display the number of rows in a mysql database table 1.0 script

count and display the number of rows in a mysql database table 1.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7515
Counting Records In A Database Table 1

Counting Records In A Database Table 1


We can count records in a table with these a few lines of codes. First we must send an SQL statement to database engine. Count of records will be first value of resultset. more>> We can count records in a table with these a few lines of codes. First we must send an SQL statement to database engine. Count of records will be first value of resultset.<<less
Added: 2003-12-18 License: Freeware Price: $0.00USD
12 downloads
Select random records from a MySQL database 1.0

Select random records from a MySQL database 1.0


Sometimes it could be very helpful to select a record from a table randomly. You can find such solution when you see random partners or randomly selected tutorials. This tutorial shows you how to select records randomly from a MySQL database. more>> Sometimes it could be very helpful to select a record from a table randomly. You can find such solution when you see random partners or randomly selected tutorials. This tutorial shows you how to select records randomly from a MySQL database.<<less
Added: 2007-02-08 License: Freeware Price: $0.00USD
13 downloads
 
Other version of Select random records from a MySQL database
Select random records from a MySQL databasePhpToys - MySQL database. Sometimes it could be very helpful to select a record from a table randomly. You ... Select random records from a MySQL
License:Freeware
Download
1027 downloads
Added: 2007-02-08
Displaying Data In A MySQL Database

Displaying Data In A MySQL Database


This tutorial shows how to store data into a MySQL database and then retrieve it by using a PHP query. This wil teach you the basics behind the use of PHP with databases. A VERY good tutorial for begi more>> This tutorial shows how to store data into a MySQL database and then retrieve it by using a PHP query. This wil teach you the basics behind the use of PHP with databases. A VERY good tutorial for beginners who are interested in learning the language quickly.<<less
Added: 2004-10-04 License: Not Specified Price: Free
1869 downloads
Add Row to a Database Table

Add Row to a Database Table


In this tutorial you will learn how to add a row to a MySQL database using the power of PHP. This would work great for a comment board. more>> In this tutorial you will learn how to add a row to a MySQL database using the power of PHP. This would work great for a comment board.<<less
Added: 2005-10-31 License: Freeware Price: Free
1459 downloads
Export picture from mysql database to file with php 1.0

Export picture from mysql database to file with php 1.0


Mysql provide blob type for storing data, if you looking a way to export your blob data into a file (picture) maybe this tutorial will help. more>> Mysql provide blob type for storing data, if you looking a way to export your blob data into a file (picture) maybe this tutorial will help.<<less
Added: 2007-12-12 License: Freeware Price: $0.00USD
14 downloads
Image upload with MYSQL database 1.0

Image upload with MYSQL database 1.0


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 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 Price: $0.00USD
13 downloads
 
Other version of Image upload with MYSQL database
Image upload with MYSQL databaseIn this tutorial is presented a simple code with informations ... how to program a upload script that select images from the MYSQL database using php programing
License:PHP License
Download
758 downloads
Added: 2007-06-18
Upload images with mysql database 1.0

Upload images with mysql database 1.0


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 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: 2008-01-28 License: PHP Price: $0.00USD
12 downloads
SamMySql Database Class 1.02

SamMySql Database Class 1.02


This class wraps common MySQL database table SQL queries. It can: - Perform SELECT queries and retrieve a single value, a single row into an array and all rows into a multidimensional array. - Insert or update rows from a list of fields and more>> This class wraps common MySQL database table SQL queries. It can: - Perform SELECT queries and retrieve a single value, a single row into an array and all rows into a multidimensional array. - Insert or update rows from a list of fields and values - Delete table rows that satisfy a condition - Count records in a given table - Check if a table record exists with a given field value<<less
Added: 2006-08-14 License: Other Price: $0.00USD
12 downloads
 
Other version of SamMySql Database Class
SamMySql Database ClassThis class wraps common MySQL database table SQL queries. It can: - Perform SELECT queries and ... rows that satisfy a condition - Count records in a given table - Check if a table record exists
Price: FreeAdditionalInfoFreelyDistributable
License:Other Free / Open Source License
Download
1169 downloads
Added: 2006-08-14
PHP mySQL Database Wrapper 1.0.5

PHP mySQL Database Wrapper 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 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: Free for non-commercial use Price: FreeAdditionalInfohttpcreativecommons.orglicensesbyncnd2.5
1217 downloads
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 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
Alternate row colours using MySQL 1.00

Alternate row colours using MySQL 1.00


This tutorial teaches you how to number rows and give them alternate colours! more>> This tutorial teaches you how to number rows and give them alternate colours!<<less
Added: 2006-11-05 License: Freeware Price: $0.00USD
14 downloads
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
Get metadata on MySQL databases

Get metadata on MySQL databases


Getting information about databases if essential if you want to write generic and scalable applications. This code shows you how to get information such as all databases on the server, all tables in e more>> Getting information about databases if essential if you want to write generic and scalable applications. This code shows you how to get information such as all databases on the server, all tables in each database and all field and field info for each table. Even if you do not need to build on this code, you might want to copy the code which prints out all databases, tables and field information plus examples. Its a great way to get an overview of the tables you are working on for a project.<<less
Added: 2007-01-25 License: Freeware Price: Free
1009 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 BackupMySql databases in sql or gz format allowing you to restore in case of a server crash. The output ... For the use with single databases with table selection see: MySql PHP Backup
License:Freeware
Download
1416 downloads
Added: 2006-01-04
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5