Wednesday, 20 August 2008
Top 1 to 50 Database-Related - PHP scripts

Scripts are listed afer popularity.       To display the scripts after name please click here




1)   Counting Rows
Counting Rows is a tutorial about counting the number of rows within a database table to show useful information to users. This is made easy with a simple code in PHP for counting the number of rows or records in a database.

2)   Count and display the number of rows in a mysql database table
This tutorial code helps to count the amount of entries or records in a MySQL database table and outputs the total number of records.

3)   Web Database Tutorial (PHP & MySQL)
Web Database Tutorial (PHP & MySQL) is an article that teaches about the generation of web database programme using PHP and MySQL on a Unix platform or Mac OS X or Linux with the assumption of your system running with Apache web server. Some codes and functions are given for easy understanding.

4)   Multicolumn Output from a Database with PHP
Multicolumn Output from a Database with PHP is a tutorial which teaches displaying multicolumn output results from a database with using some PHP code function.

5)   Alternating Row Colors
This simple tutorial tell the readers how to alternate the colour of the rows in a table, it also discusses on how to create a table and connecting the database.

6)   PHP and Writing to MySQL Databases
This tutorial describes how to write PHP programmes to access MySQL databases with some code functions, examples and some sites for reference.

7)   Slash 'em: The War Against Magic Quotes
Slash 'em: The War Against Magic Quotes is an article which helps you write codes which will work on any web server inspite of any type of configuration.

8)   Database Normalization And Design Techniques
Database Normalization And Design Techniques is a tutorial that tells the users how to normalize the data and for developing their application using php.

9)   MySQL and PHP
In this article, the author describes how to access MySQL database using PHP and gives some code functions for illustrating the same.

10)   PHP and MySQL examples
In this article, a series of example are shown how to manipulate data in a database using PHP and MySQL. The author explains with a sample database and he gives the structure and some sample links for this.

11)   PHP MySQL Tutorial
PHP MySQL Tutorial is a lesson article about using PHP programming language and MySQL. It teaches how to make a guestbook, forms, and CMS.

12)   PHP4 Session Handler using ADODB
PHP4 Session Handler using ADODB is a tutorial that teaches the users how to handle sessions with ADODB by using php4. This article is useful for the beginners and webmasters.

13)   ADOdb: Making MySQL Efficient
ADOdb: Making MySQL Efficient is a tutorial about how the Active Data Objects Data Base (ADODB) can be effectively utilized for MySQL database for dynamic websites. The author gives some code examples for proving the same.

14)   Microsoft Access Database ODBC and PHP
Microsoft Access Database ODBC and PHP is a tutorial to know about the Microsoft Access Database ODBC and PHP and connections between PHP and ODBC. The author teaches for preparing databases and how to configure our ODBC sources with some codes and functions.

15)   Building Next/Prev Buttons for Query Results
Building Next/Prev Buttons for Query Results is a tutorial which tells the users how to create next and previous buttons for query result by using php.

16)   Sorting Database Results with PHP
This tutorial describes how to show your data from a database and gives the user choice to sort the data by different columns. The author gives some PHP code functions for displaying this easily.

17)   Creating dynamic Web sites with PHP and MySQL
Creating dynamic Web sites with PHP and MySQL is a tutorial aimed at developers who are new to PHP and MySQL. This narrates how to create dynamic websites with PHP and MySQL in a easy way.

18)   SQLite: A Lightweight Alternative
SQLite: A Lightweight Alternative is a tutorial that discusses the advantages of SQLite as your database solution for running a small website without heavy traffic with some examples.

19)   ADOdb MySQL Tutorial
ADOdb MySQL Tutorial teaches about how PHP accesses every database slightly in a different way. To overcome this difficulties, a database wrapper libray like ADODB is handy when you need to ensure portablility.

20)   Uploading, Saving and Downloading Binary Data in a MySQL Database
Uploading, Saving and Downloading Binary Data in a MySQL Database is a tutorial that teaches the users how to store binary files in a mySQL database by using php.

21)   Oracle and PHP
Oracle and PHP is a tutorial that describes how to utilize the PHP built-in functions to work with an Oracle database with the assumption of Oracle and PHP are installed correctly.

22)   A Contact Database using MySQL and PHP
This article shows how to improve a web interface to a contact database using MySQL and PHP. The author says that this two offers speed, security and rich feature.

23)   Alternating row colors with PHP and mySQL
Alternating row colors with PHP and mySQL is a tutorial which explains how to alternate table row colours using PHP and MySQL. The author gives some sample code functions for easy understanding.

24)   SQL execution time
SQL execution time is a tutorial that explains how to show overall time spent for executing PHP code and the time spent for executing SQL queries and show the percentage of time overall for MySQL only. The author gives some codes and functions for doing this.

25)   MySQL Table Joins
This article discusses about the join command of MySQL. This can develop access and modify data across various tables.

26)   SQL Theory & How-To
This tutorial discusses the two question ie- how do you build complex queries on the fly according to user input? and how to create powerful, complex queries to take advantages of your table schemas.

27)   Are PHP and MySQL the Perfect Couple?
Are PHP and MySQL the Perfect Couple? is a tutorial that teaches the users about the use of php and mysql. More tips are provided for the users to learn.

28)   Static HTML Generation With PHP
Static HTML Generation With PHP is a tutorial that teaches to create static html pages with some simple PHP scripts and makes your website run faster and minimize your MySQL database queries drastically.

29)   Accessing a Microsoft SQL Server database from PHP running under Linux
Accessing a Microsoft SQL Server database from PHP running under Linux is a tutorial that explains the users how to connect and access an ms SQL server from php installed on a unix box.

30)   Displaying Data In a MySQL Database
It is an easy to learn tutorial in which the author discusses about the process of displaying the data in the database and the method of generating a table for database and the method of inserting data into the database table.

31)   Preparation for using LDAP to SQL
Preparation for using LDAP to SQL is a tutorial for getting relational data from a hierarchical structure. The author used PHP for tackling this difficulty to query and provide snap shots regularly.

32)   PHP with mySQL introduction
PHP with MySQL introduction is a tutorial that teaches basic MySQL interaction by making a link database. The author gives some simple code for this for easy understanding. This article is useful for new PHP programmers to understand what is happening while interaction.

33)   Having fun with phpMyAdmin's MIME-transformations & PDF-features
Having fun with phpMyAdmin's MIME-transformations & PDF-features is a tutorial with an easy structure for both beginners and advanced level PHP programmers who are not so used to PHPMyAdmins interface. The author gives some code functions with examples.

34)   Database Abstraction with PEAR
Database Abstraction with PEAR is a tutorial which teaches a method of coding that lets you to concentrate on coding and PEAR includes a database abstration class that you can use in your scripts. This article focus on PEAR for database abstration.

35)   PHP - Previous and Next Links
PHP - Previous and Next Links is an article which teaches how to add previous and next links in your web pages and is for the people who are familiar with basic PHP syntax and know how to use PHP to query a database.

36)   Printing leaf items
Printing leaf items is an article which explains what is leaf items? how many leaf items are here? how to store informations in the tree structure using MySQL database with some simple programmes.

37)   So You Want to Use a Database in Your Site?
This article discusses about how to use a database in your website. For this purpose, the author uses many sample codes and a simple SQL query interface for easy understanding.

38)   PHPLIB and multiple databases
PHPLIB and multiple databases is a tutorial that teaches the users how to make an extension to PHPLIB and to access multiple databases by using php.

39)   Website Database Basics With PHP and MySQL
Website Database Basics With PHP and MySQL is an article that gives solution for making your visitor to search for information on your website and also add to it. For this purpose, the author says that creation of database on a website is necessary.

40)   Interfacing With MS Access 97 plus
Interfacing With MS Access 97+ is a narration of creating an access database to use, setting up an ODBC connection and finally interfacing with database.

41)   Setting Up Database Driven Websites
This tutorials guides to setup a MySQL database, Apache server, PHP and a web enabled database for setting up a database driven website.

42)   Configuring PHP with ORACLE 8i Support
Configuring PHP with ORACLE 8i Support is an article which narrates how to compile PHP with ORACLE 8i support. The author tells how to configure PHP as a dynamic Apache module.

43)   Database connection in a class of its own
Database connection in a class of its own is a tutorial that discusses about the usage of basic object-oriented techniques which reduces the difficulties of connecting and interacting with a database.

44)   PHP and Accessing MySQL Databases
PHP and Accessing MySQL Databases is an article showing how to a access MySQL database data easily with PHP script with some websites for easy reference.

45)   Using PHP and MySQL
Using PHP and MySQL is an article which explains the basics of MySQL, how to create a database and add tables to it and how the PhpMyAdmin helps the creation of database. For this, the author gives some sample PHP code functions to learn easily.

46)   ODBC with PHP: Tips and Hints on Windows
ODBC with PHP: Tips and Hints on Windows is a tutorial that teaches the users how to setup and handle ODBC from a PHP perspective.

47)   Best Practices: Database Abstraction
This tutorial is a study of some common database access methods and a comparative study of PEAR database abstraction class with them. The author gives some sample programmes for this study.

48)   PHP,MySQL Tutorial
This is a complete PHP, MySQL tutorial that covers installation instructions for Unix and Windows. It also offers PHP/MySQL goodies and secrets that will turn your simple data-driven site into an useful application with some examples.

49)   The MySQL Grant Tables
The MySQL Grant Tables is an article that explains the process in which the MySQL server accepts or cancells the user privileges, and highlights the newest five tables that provides this control.

50)   Data Integrity Using MySQL and PHP (Part 2)
Data Integrity Using MySQL and PHP (Part 2) is a tutorial which teaches the users how to integrate data with php and mysql.



Browse Pages: 1 [2]

Search Script
Scripts Categories
  ·  Ad Management
  ·  Affiliate Programs
  ·  Articles
  ·  Auctions
  ·  Blog
  ·  Bookmark Management
  ·  Books
  ·  Calculators
  ·  Calendars
  ·  Chat Scripts
  ·  Chat Systems
  ·  Classified Ads
  ·  Click Tracking
  ·  Clocks
  ·  Coders & Programmers
  ·  Collections
  ·  Communication Tools
  ·  Content Management
  ·  Contests and Awards
  ·  Cookies
  ·  Countdowns
  ·  Counters
  ·  Customer Support
  ·  Database Tools
  ·  Database-Related
  ·  Date and Time
  ·  Development
  ·  Development Tools
  ·  Discussion Boards
  ·  Documents
  ·  E-Commerce
  ·  Editors
  ·  Education
  ·  Email Systems
  ·  Error Handling
  ·  Exchange
  ·  FAQ and Knowledgebase
  ·  File Manipulation
  ·  Financial Tools
  ·  Flash and PHP
  ·  Form Processing
  ·  Form Processors
  ·  Free For All Links
  ·  Games and Entertainment
  ·  Graphs and Charts
  ·  Groupware Tools
  ·  Guestbooks
  ·  Image Galleries
  ·  Image Manipulation
  ·  Installation Kits
  ·  Installing PHP
  ·  Instant Messaging
  ·  Interactive Stories
  ·  Introduction to PHP
  ·  Link Checking
  ·  Link Indexing
  ·  Link Management
  ·  Mailing List Management
  ·  Mailing List Managers
  ·  Miscellaneous
  ·  Multi-Level Marketing
  ·  Multimedia
  ·  Music Libraries
  ·  Networking
  ·  Networking Tools
  ·  News Publishing
  ·  Online Communities
  ·  Open Directory Project
  ·  Organizers
  ·  Others
  ·  PHP
  ·  PHP vs Other Languages
  ·  Polls and Voting
  ·  Portal Systems
  ·  Postcards
  ·  Quote Display
  ·  Randomizing
  ·  Redirection
  ·  Reviews and Ratings
  ·  Scripts and Programs
  ·  Search Engines
  ·  Searching
  ·  Security
  ·  Security Systems
  ·  Server Management
  ·  Site Mapping
  ·  Site Navigation
  ·  Site Recommendation
  ·  Software
  ·  Software and Servers
  ·  Software Repository
  ·  Tests and Quizzes
  ·  Tips and Tutorials
  ·  Top Sites
  ·  URL Submitters
  ·  Usenet Gateway
  ·  User Authentication
  ·  User Management
  ·  Vertical Markets
  ·  Virtual Communities
  ·  WAP and WML
  ·  Web Fetching
  ·  Web Hosting Tools
  ·  Web Rings
  ·  Web Search
  ·  Web Servers
  ·  Web Sites
  ·  Web Traffic Analysis
  ·  Website Promotion
  ·  XML and PHP
 
2006-2008 GetFreeSofts.com - Privacy Policy