Ver Mensaje Individual
  #6 (permalink)  
Antiguo 29/07/2010, 13:55
cboretto
 
Fecha de Ingreso: julio-2010
Mensajes: 51
Antigüedad: 13 años, 9 meses
Puntos: 0
Respuesta: JavaScript y PHP

COMO HAGO TOMAR ESTE VALOR: $result .= "$myrow[MedidaNombre]</td>";

POR FAVOOOORRR!!!!


while ($myrow=mysql_fetch_array($registro))
{
$found = true;
$result .= "<tr class='th'><td class='td'>";
$result .= "$myrow[MedidaNombre]</td>";

$result .= "<td>";
$result .= "$"."$myrow[MedidaPrecio]";
$result .= "</tr>";