<?php $host = 'localhost'; // Your host name $username = 'root'; // Your database username $password = ''; // Your database password $database = 'ycubed'; // Your database name $gsg_pv = mysql_connect( 'localhost', $username, $password ); mysql_select_db( $database ); ?>