Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/05/2009, 15:15
chelodelsur
 
Fecha de Ingreso: abril-2008
Mensajes: 208
Antigüedad: 16 años
Puntos: 2
Respuesta: Reproducir un wav desde php

Ok gracias por las respuestas.

Triby efectivamente este es el codigo y se llama el scrip que maneja los gif
como puedo incluir el codigo que mencionas??

Desde ya gracias

Código PHP:
<html>
<head>
<title>Estado Servidores</title>
<meta http-equiv='refresh' content='60;URL=index.php'>
</head>


<body>

<p><b><font size="5" face="Times New Roman, Times, serif">ESTADO DE SERVIDORES  </font></b></p>

<p><font size="5" face="Verdana, Arial, Helvetica, sans-serif">


<?

echo "<table border='1' width='70%'>";
echo 
"    <tr><td width='7%'> IP Servidor </td>
          <td width='8%'> Nombre Servidor </td>
           <td width='10%'> Estado Servidor</td>
            <td width='10%'> Descripcción </td>
            </tr>"
;

$hostname "10.10.12.147";
echo 
"<tr><td width='7%'> $hostname </td>
    <td width='8%'>  COLUMBA </td> 
      <td width='10%'>  <img src='image.php?host=$hostname&port=3306'> </td>
      <td width='10%'> Bases Datos, Monitoreo, Encuesta, Reporte Agentes, Reportes Reuqerimientos </td>
      </tr>"
;


?>
 
</font>
<p><font size=1><center>Editado por <a href=" mi pagina ">YO</a></center>
</body>
</html>