PHP#32MySQL#28 - Ajax3 + EMAIL
//connect.php <?php $link=@mysqli_connect("localhost","root","") or die("Khong the ket noi den server"); mysqli_select_db($link,"webtintuc") or die ("Kiem tra lai ten database!"); mysqli_query($link,"set names 'utf8'"); ?>