1-50 Database-Related - PHP scripts at Programsdb.com listed alphabetically

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



1)   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.

2)   A Framework for Persisting Data Relationships
A Framework for Persisting Data Relationships is a tutorial to know how to create relationship in your databases. The author gives some programmes for easy understanding.

3)   Access Granted
Access Granted is an article that explains the basics of popular MySQL database and MySQL grant tables which are an integral part of the server security system.

4)   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.

5)   Admin user interface: adding and deleting users
Admin user interface: adding and deleting users is a tutorial that tells the users how to add and delete users with admin interface by using php.

6)   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.

7)   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.


8)   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.

9)   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.

10)   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.

11)   Beginning MySQL Tutorial
Beginning MySQL Tutorial is an article which helps to know the basic operations of the MySQL server. This also teaches to set up the server for consequential manipulation and execute basic commands.

12)   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.

13)   Building database table handlers in PHP using OO approach
Building database table handlers in PHP using OO approach is an article about separating database-related login in Object-Oriented fashion. This tutorial is mainly for PHP programmers for understanding basic object oriented ideas and SQL.

14)   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.

15)   Coding Ground - PHP and MySQL tutorial
Coding Ground - PHP and MySQL tutorial that provides users with the method of creating dynamic webpages using PHP and MySQL. Users are also provided with the details of creating databases and tables to recieve and store input data.


16)   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.

17)   Connecting to a mySQL database
Connecting to a mySQL database is a tutorial that tells the users how to use mySQL database with php.

18)   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.

19)   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.

20)   Creating and accessing MySQL data with PHP
This tutorial describes you some basics of how to access data with your PHP scripting to collect information in a MySQL database. For this, you must have some knowledge about MySQL.

21)   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.

22)   Creating Next / Previous Buttons with PHP and MySQL
Creating Dynamic Next and Previous Buttons with PHP and MySQL is a tutorial that teaches the users how to create dynamic navigation links by using PHP and MySQL.

23)   Data Integrity using MySQL and PHP
Data Integrity using MySQL and PHP is a tutorial that explains the users how to handle data integrity with php and mysql.

24)   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.

25)   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.

26)   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.

27)   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.

28)   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.

29)   Doing Simple DB Abstraction in PHP
Doing Simple DB Abstraction in PHP is a tutorial that tells the users how to create their own database API which can be to used with different types of databases by using php. This tutorial provide detail to the users that should modify it to their needs.

30)   Formatting Date/Time value
Formatting date/time value is an article showing the date and time functions of MySQL assuming that you have the common date/time data storing format ie-Time stamp column in the table. The author differentiate the use of PHP and MySQL functions and gives examples.

31)   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.

32)   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.

33)   Jump into PHP and MySQL web programming - Part I
This article tells us about how to programme with MySQL firstly and then with PHP with some sample code functions and examples. This tutorial explains that MySQL is used for most of medium and small sized projects.

34)   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.

35)   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.

36)   MySQL Administration
MySQL Administration is an article that teaches about controlling the MySQL server by giving permissions to the users. Unix and basic SQL knowledge is necessary to understand this article.

37)   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.

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

39)   MySQL(TM) manual in MS HTML Help
This tutorial describes what is Myman and its conversion into HTML help. How this conversion brings the usage of MySQL more comfortable? What are the requirements? with some reference sites.

40)   ODBC Socket Server
This tutorial teaches about complete configuration of your machines for ODBC socket server which can MS Access and PHP work together. The author finds the alternative for ODBC bridge and easysoft as ODBC socket server.

41)   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.

42)   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.

43)   Oracle vs. MySQL: loading the data
This is an useful article that relates the efficiency of both Oracle and MySQL database in loading data from text files. This user guide brings out the advantages of MySQL database over the Oracle database.

44)   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.

45)   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.

46)   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.

47)   PHP and Mysql for beginners
PHP and Mysql for beginners is a tutorial that describes how to create database and adding tables and connecting to MySQL using PHP. This article is very useful for beginners to understand easily.

48)   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.

49)   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.

50)   PHP Mysql Tutorial for Beginners
Tutorial for beginners in php and mysql that will clearly show them the basics of working with mysql databases and php.



Browse Pages:    |< 1 [2]     >>     >|  
    Home
    Top Downloads
    New Programs
    Awards
    Link to us
    Submit
    Contact us

 

Scripts Categories

 



Game Cheats

Updated: Sunday, 6 July 2008

Privacy Policy