Changes

Jump to: navigation, search

Using PHP with MySQL

631 bytes added, 15:44, 7 June 2007
Using PHP to get Information about a MySQL Database
Name: account Type: string Length: 20<br>
</tt>
 
== Summary ==
 
Probably one of the most pwerful features of PHP (next to ease of use) is the ease with which it is possible to access and manipluate MySQL databases from PHP scripts. Without database access many web sites would simply cease to function. Without the built in support for MySQL the task of developing datbase powered web applications would be formiddable task. As we have demonstrated in this chapter, PHP makes MySQL database access fast and easy. PHP essentially does all the work of communicating with the database server for us. All we need to do is write the SQL commands to pass to PHP and PHP does the rest.

Navigation menu