29/07/2010, 13:55
|
| | Fecha de Ingreso: julio-2010
Mensajes: 51
Antigüedad: 14 años, 5 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>"; |