Phần 1 : tạo kết nối cơ sở dữ liệu
<?php
mysql_connect("localhost","root","") or die("Khong the ket noi Mysql");
mysql_select_db("cus_property") or die("khong the ket noi database");
//cus_property là tên cơ sở dữ liệu
?>
//lưu file thành Connection.php