<?php
$mysql = mysql_connect( 'localhost', 'MrSensitive', '' );
mysql_select_db( 'scratch' );
?>
