Where do we hide db.inc?

<?php

$host 
'example.org';
$username 'myuser';
$password 'mypass';

$db =
mysql_connect($host$username$password);

?>