Learning PHP and MySQL

Example 09-02 The db_login.php file with values filled in2

<?php
$db_host
='localhost';
$db_database='test';
$db_username='test';
$db_password='yourpass';
?>

Posted by on 08/07 at 05:26 PM

Next entry: Example 03-01 All you need to start with PHP is a simple HTML document

Previous entry: Example 09-07 Displaying the books table with PEAR DB

<< Back to main