|
General Clean Up resets the |
Person Table |
Book Table |
Documentation |
||
|
Note - Create, Drop and Clean Up would be
hidden on a real life system. |
|||||
This is not the real thing for obvious security reasons. The real one is stored in ../MySQL_Login.php
Code Listing : MySQL_Login.php |
<?php // MySQL_Login.php contains the information needed to // connect to MySQL and link to the database. $host = "localhost"; // Host name - this is real $user = "auser"; // User name - this is an example $password = "letmein"; // Password - this is an example $database = "aardvark"; // Database name - this is an example ?> |