ERROR:
Cita:
Otro error es q no me muestra el iframe solo me sale "La Web se encuentra temporalmente fuera de Servicio"Warning: fsockopen() has been disabled for security reasons
RAZON DEL ERROR:
Código PHP:
<?php
$conexion = @fsockopen("www.bios.com", 80, &$errno, &$errstr, 30);
if($conexion)
{
echo '<iframe marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="http://www.bios.com" width="453" height="373" AllowTransparency> </iframe>';
}
else
{
echo '<font size="2" color="yellow">La Web se encuentra temporalmente fuera de Servicio</font>';
}
?> </p>