Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/07/2009, 07:29
juansiruiz
 
Fecha de Ingreso: enero-2009
Mensajes: 142
Antigüedad: 15 años, 3 meses
Puntos: 0
Pregunta Respuesta: function dentro de una tabla

si te puedes fijar en la nota
Código PHP:
echo"<table width='132' border='0' align='center'>
  <tr>
    <td width='32' bgcolor='#cccccc' class='letra'><strong>$horallegada</strong></a></td>
    <td width='82' bgcolor='#cccccc' class='letra'>segundos_tiempo($segundos);</a></td>
    </tr>
</table>
"

NO ME FUNCIONA... PERO SI COLOCO LA FUNCION SOLA SI FUNCIONA...

Código PHP:
echo segundos_tiempo($segundos); 

como puedo colocar esta funcion en la tabla....