|
|
PHP Database Integration With MySQL |
|
|
|
|
Written by Chetankumar Akarte
|
|
Wednesday, 07 March 2007 |
|
One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at some features of the PHP and MySQL combination. We shall go through the following steps:-
- Connect to MySQL Database Server
- Create new Database
- Select MySQL Database
- Add data to table
- Retrieve data
- Error Handling
|
|
Last Updated ( Tuesday, 13 March 2007 )
|
|
Read more...
|
|
|