Learning PHP and MySQL

Example 09-01 PHP file format

<?php
$db_host
='hostname of database server';
$db_database='database name';
$db_username='username';
$db_password='password';
?>

Posted by on 08/07 at 05:20 PM

Next entry: Example 09-03 The SQL to recreate the test objects8

Previous entry: Example 08-17 Using the minus operator on a date

<< Back to main