![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
11/12/2012, 12:55
|
![Avatar de andreamorante184](http://static.forosdelweb.com/customavatars/avatar473937_2.gif) | | | Fecha de Ingreso: agosto-2012
Mensajes: 65
Antigüedad: 12 años, 5 meses Puntos: 0 | |
Respuesta: Guardar el valor de una variable en otra variable Hola quiero decirle que ya lo logre casi que no; estaba mal la variable que tenia el dato de la tabla....
<?php
$Consult= mysql_query('SELECT * FROM c ORDER BY C;');
while($row=mysql_fetch_array($Consult))
{
echo "<option value='".$row["IdC"]."'>".$row["Cl"]."</option>";
}
?>
__________________ Andrea Morante |