";
echo "
Rapports";
$getrepqry = mysqli_query($link, "SELECT * from repports where reqid = $req ORDER BY inserted DESC");
while($row = mysqli_fetch_array($getrepqry)){
echo "
".$row['server_name']."";
}
echo "
";
}
if(isset($rep)){
require "place/rep.php";
}
?>