Ver Mensaje Individual
  #5 (permalink)  
Antiguo 04/01/2006, 16:44
Avatar de helthon
helthon
 
Fecha de Ingreso: junio-2005
Ubicación: Lima
Mensajes: 549
Antigüedad: 18 años, 10 meses
Puntos: 7
Exclamación

Este es mi codigo

Código PHP:
<td class="interiorcontenido"><div align="right">Status</div></td>
              <td class="textoBarra10pt">
<? 
$varstatus 
$row["status"];
//echo $varstatus ;
$resultado=mysql_query("SELECT * FROM status") or die('La consulta fall&oacute;: ' mysql_error());
while (
$row mysql_fetch_array($resultado)) 
{   
if (
$row['tipo'] == $varstatus)

echo 
"<input type=radio name=statust value=".$row['tipo']." class='textoBarra10pt' checked> ".$row['tipo']." ";   
                    } else { 
                    echo 
"<input type=radio name=statust value=".$row['tipo']." class='textoBarra10pt'> ".$row['tipo']." ";   
                    } 
                } 
              
?>
              </td>
            </tr>
            <tr>
              <td class="interiorcontenido"><div align="right">Responsible Person </div></td>
              <td><input name="person" type="text" class="btxtform" id="person" value="<? echo $row["respons"]; // este campo ahora sale vacio ?>" size="30"></td>
            </tr>
            <tr>
              <td valign="top" class="interiorcontenido"><div align="right">Details</div></td>
              <td><textarea name="details" cols="50" rows="8" class="btxtform" id="details"><? echo $row["details"]; // este campo ahora sale vacio?></textarea></td>
            </tr>
            <tr>
              <td class="interiorcontenido"><div align="right">Name Image </div></td>
              
              <td class="textoBarra10pt"><? echo $row["view"]; // este campo ahora sale vacio?></td>
              
            </tr>
__________________
HELTHON FUENTES
FLORERIA FLORES PERU Floresperu.com.pe
Garantizamos que cada entrega de flores será de la más alta calidad y frescura