I have a code in php that is doing checks on the server and when it is online or offline it returns a different message:
<?php
$server='LOJA 01 - ';
$conectado = @ fsockopen('10.200.0.100', 135, $numeroDoErro, $stringDoErro, 1); // Este ú...
asked on
11.09.2016 / 20:18