Quería ver si me pueden dar una mano, resulta que tengo un script que chequea si una casilla es válida o no en su correspondiente dominio más precisamente con esta línea del script:
Código PHP:
               if(($connection=($this->timeout ? @fsockopen($ip,25,$errno,$error,$this->timeout) : @fsockopen($ip,25)))) 
    Gracias
 
 

 fsockopen: Connection timed out (110)
 fsockopen: Connection timed out (110) 

