chitiet.php

 <!doctype html>

<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
</head>

<body>
<?php
if(isset($_GET['idbh']))
{
$idbh=$_GET['idbh'];
include("connect.php");
$sl="select TenBH, LoiBH from webnhac_baihat where idBH=$idbh";
$kq=mysqli_query($link,$sl);
$d=mysqli_fetch_array($kq);

?>
<h1 align="center"><?php echo $d['TenBH'];?></h1>
<div><?php echo $d['LoiBH'];?></div>
<?php
}?>
</body>
</html>

0 comments :

Post a Comment