Clients
".$row['full_name'].""; } ?>
"; echo "Maintenances"; $getreqqry = mysqli_query($link, "SELECT * from request where clientid = $cltid ORDER BY timestamp DESC"); while($row = mysqli_fetch_array($getreqqry)){ echo "".$row['timestamp'].""; } echo ""; } if(isset($req)){ echo "
"; 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"; } ?>