<?php $host="localhost"; $user="root"; $password="password"; $connect=mysql_connect($host, $user, $password); ?>