![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
05/08/2009, 12:16
|
![Avatar de ricardoernes](http://static.forosdelweb.com/customavatars/avatar315363_4.gif) | | | Fecha de Ingreso: agosto-2009 Ubicación: Miranda
Mensajes: 188
Antigüedad: 15 años, 6 meses Puntos: 4 | |
Respuesta: Ayuda con comillas dobles y simples if($row = mysql_fetch_array($result)){
echo '<select name= "origin" id="origin" ">';
echo '<option value="1">Seleccionar</option>';
do {
echo '<option value= "'.$row["fuente"].'">'.$row["fuente"].'</option>';
} while ($row = mysql_fetch_array($result));
echo '</select>';
cuando incluyes ese codigo??? |