Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/03/2015, 09:36
juancondarts
 
Fecha de Ingreso: julio-2010
Mensajes: 70
Antigüedad: 14 años, 8 meses
Puntos: 0
Respuesta: Primer renglon con repeticion

OK, hice eso de esta manera :
+++++++++++++++++++++++++++++++++++++++++++++++++
<?php
$rows = mysql_num_rows($Total_Items_OC);
if($rows > 0) {
while ($row_Total_Items_OC = mysql_fetch_assoc($Total_Items_OC));{
}
?>
<option value="<?php echo $row_Total_Items_OC['IOC_orden'];?>"><?php echo $row_Total_Items_OC['OC_Numero_OC'].' - '.'('.$row_Total_Items_OC['IOC_Numero_Item_OC'].') - '.$row_Total_Items_OC['Descripcion']?></option>

<?php
if($rows > 0) {}}
+++++++++++++++++++++++++++++++++++++++++++++++++

y no me devuelve ningun registro. Donde me estoy equivocando?