<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_BCDtrial1 = "localhost";
$database_BCDtrial1 = "bcdassignment1";
$username_BCDtrial1 = "root";
$password_BCDtrial1 = "";
$BCDtrial1 = mysql_pconnect($hostname_BCDtrial1, $username_BCDtrial1, $password_BCDtrial1) or trigger_error(mysql_error(),E_USER_ERROR); 
?>