- Setting Up Database Driven Websites
This tutorial is an introductory guide to get you started in the world of server-side-scripting and web databases. It covers installation and configuration of MySQL, Apache, and PHP. An example script is also included as a guide for making your own server-side-scripts. You will have accomplished after successfully completing this guide: setup the MySQL database server, setup the Apache web server, setup the PHP 3.0 Hypertext Preprocessor for server-side-scripting, and create a simple web enabled database.
Price: Free
http://www.devshed.com/Server_Side/Administration/Database/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Showing Data
Once you are connected to MySQL, the next step would be to display the data using PHP. There are several PHP functions that allow you to get information out of the database and display them. Here you will find a long list of PHP-MySQL functions with a few examples.
Price: Free
http://www.kill-9.dk/ttl_php_out.php
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Simple Connection to Informix
This tutorial explains how to make a simple connection to Informix and select some data using PHP.
Price: Free
http://www.thickbook.com/extra/php_informix.phtml
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Simple Connection to Microsoft SQL Server
There are numerous PHP functions for Microsoft SQL Server connectivity, documented in detail in the PHP Manual. However, you only need a few of these functions in order to make a simple connection and select some data. This tutorial explains how.
Price: Free
http://www.thickbook.com/extra/php_mssql.phtml
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Simple Connection to mSQL
This tutorial descripbes how to make a simple connection to mSQL using a few PHP functions.
Price: Free
http://www.thickbook.com/extra/php_msql.phtml
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Simple Connection to MySQL
The MySQL database is one of the most popular among PHP developers, and there are numerous well-documented PHP functions you can use in conjunction with your MySQL databases. In this tutorial, you will learn how to make a simple connection to MySQL using just a few of these functions.
Price: Free
http://www.thickbook.com/extra/php_mysql.phtml
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Simple Connection to Oracle
PHP has numerous functions for connecting to Oracle databases, which is a plus because if youve spent the money to purchase an Oracle, youll want to be able to connect to it using this new-fangled programming language thats all the rage. The PHP Manual has the definitive list of PHP to Oracle connectivity functions. This tutorial shows how to use just a few of these functions to make a simple connection to Oracle.
Price: Free
http://www.thickbook.com/extra/php_oracle.phtml
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Simple Connection to PostgreSQL
Like MySQL, the PostgreSQL database is quite popular among PHP developers. Understandably, there are numerous well-documented PHP functions you can use in conjunction with PostgreSQL. Here you will find how to make a simple connection and select some data using just a few of these functions.
Price: Free
http://www.thickbook.com/extra/php_pgsql.phtml
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Simple Connection to Sybase
This tutorial explains how to make a simple connection to Sybase using a few PHP functions.
Price: Free
http://www.thickbook.com/extra/php_sybase.phtml
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Simple ODBC Connections
PHP includes functions for Open Database Connectivity (ODBC), which is useful if, for example, you want to connect to a Microsoft Access data source on Windows NT. An increasing number of PHP developers are using the ODBC functions to connect to databases; to that end, the ODBC functions are numerous and well-documented in the PHP Manual. This tutorial presents how to make simple ODBC connections using just a few of these functions.
Price: Free
http://www.thickbook.com/extra/php_odbc.phtml
(Rating: 0.00 Votes: 0)
Rate It
Review It
|