la pagina status.php esta alojada aqui => http://www.usuarios.lycos.es/Olbasis/status3.php y el codigo que estoi usando en el html es este =>
Código :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Estado del servidor</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body text="#000000"> <table width="100%" border="0"> <tr> <td><?php include ("http://www.usuarios.lycos.es/Olbasis/status3.php"); ?></td> </tr> </table> </body> </html>
gracias de ante manos por vuestro tiempo!