Ver Mensaje Individual
  #2 (permalink)  
Antiguo 14/02/2007, 09:12
Avatar de FNX_NET
FNX_NET
 
Fecha de Ingreso: marzo-2004
Ubicación: EN EL INFIERNO.....
Mensajes: 1.707
Antigüedad: 20 años, 7 meses
Puntos: 7
Re: Lista dinamica con dreamweaver

yo lo hago asi xD

<select name="curri" onchange="MostrarCurriculum()" >
<option value="0">Seleccione Curriculum</option>
<?php
//////////////////////////////CURRICUUM///////////////////////
$consulta = "SELECT * FROM CURRICULUM WHERE CURRICULUM.ID_SEDE= '$id_sede' AND CURRICULUM.ID_INSTITUCION = '$id_institucion'";
require('../../header_sql.php');
while($row = oci_fetch_array ($statement))
{
if( $row[ID_CURRICULUM] == $_GET['curri'])
{
echo "<option value=".$row['ID_CURRICULUM']." SELECTED>".$row['NOMBRE_CURRICULUM'];
}
else
{
echo "<option value=".$row['ID_CURRICULUM'].">".$row['NOMBRE_CURRICULUM'];
}
}
?>
</select>
__________________
:-D "Que se libere del cielo confinado; que mi cuerpo sea la espada de hielo negro que nos lleve al abismo; que ningún poder pueda detenernos...Destructora de las almas de los dioses!!!":adios:


:pirata: