localsettings

<?php
// this is stuff specific to the local hosting environment
$db mysql_connect("localhost""user""password");
mysql_select_db("dbname",$db);
?>