$open = fsockopen("stm7.srvstm.com","14814"); if ($open) { fputs($open,"GET /7.html HTTP/1.1\nUser-Agent:Mozilla\n\n"); $read = fread($open,1000); $text = explode(",",$read); $text = $text[6]; } else { $text="Erro na Conexão"; } ?>