Your IP : 216.73.216.48


Current Path : /hdd/hdd11/www/vlevski/enter/sp/
Upload File :
Current File : /hdd/hdd11/www/vlevski/enter/sp/i1.php

<!DOCTYPE HTML>
<html lang="bg" prefix="og: http://ogp.me/ns#">
	<head>
		<title>Списъци на ученици</title>
		<meta charset="utf-8" />
		<meta name="description" content="Списъци на ученици" />
		<meta name="format-detection" content="telephone=no" />
		<style>
			body
			{
				margin: 0;
				padding: 0;
			}
			table, tbody, thead, tr, th, td
			{
				border: 1px solid #000000;
				border-spacing: 0;
				border-collapse: collapse;
			}
			@media print
			{
				.footer
				{
					page-break-after: always;
				}
			}
		</style>
	</head>
	<body>
		<?php
			include("../conn.php");
			$fk=0;
			$tt=mysqli_query($db, "SELECT * FROM `students` WHERE `k`>'1200' ORDER BY `k` ASC, `n1` ASC, `n2` ASC, `n3` ASC");
			while ($st=mysqli_fetch_row($tt))
			{
				$names="".$st[4]." ".$st[6]."<br />";
				$names=str_replace("  ", " ", $names);
				$names=str_replace("  ", " ", $names);
				$names=str_replace("  ", " ", $names);
				print("".$names."");
			}
		?>
	</body>
</html>