Tra Từ Điển

Thời gianTiếtThứ 2Thứ 3Thứ 4Thứ 5Thứ 6
8g40 - 9g101Tiếng Việt
Tiếng Anh
Tiếng Việt
Tiếng Việt
9g10 - 9g302Nghỉ giải lao
Tiếng Anh
Nghỉ giải lao
Nghỉ giải lao
9g30 - 10g3Toán
Toán
Toán

Tuesday, December 14, 2021

echo $d['HoTenCS'];

 <!doctype html>

<html>

<head>

<meta charset="utf-8">

<title>Untitled Document</title>

</head>


<body>

<?php

include("connect.php");

$sl="select * from webnhac_casi";

$kq=mysqli_query($link,$sl);

?>

<ul>

<?php

while($d=mysqli_fetch_array($kq))

{

    ?>

<li><?php echo $d['HoTenCS']; ?></li>

    <?php } ?>

</ul>


</body>

</html>

//connect.php

<?php

$link=@mysqli_connect("localhost","root","") or die("Không tìm thấy Sever");

mysqli_select_db($link,"webtintuc") or die("Không tìm thấy DB");

?>



0 comments:

Post a Comment