Afficher les informations réseaux à partir d’un script

Author:


Download

<html>
<head>
<title>interface Réseau de Machine client</title>
</head>
<body>
<div>
<?php
exec( "ipconfig/all", $output, $return );
print "<p>valeurs: $return</p>";
foreach ( $output as $file ) {
  print "$file<br />";
}
?>
</div>
</body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *


seven × = 56