|
|
PHP How to Access a MySQL Database Using PHP
Related Tutorials
 |
|
 |
|
A Contact Database using MySQL and PHP
PHP / Databases
MySQL, the "free" database for the Web, has a small, highly optimized database engine that implements the entry-level SQL92 specification. Its rich set of support tools lets you create dynamic Web applications such as catalogs, shopping carts, and contact lists. In this article, I will introduce MySQL and show how to develop a simple Web interface to a contact database using MySQL and PHP, a server-side scripting language that can be built into the Apache server, or run as a FastCGI. This combination offers speed, security, and a rich feature set. Best of all, both Apache and PHP are absolutely free.
Site: www.webtechniques.com
Report -
View Tutorial
|
|
 |
|
 |
|