Tema: Resource #5
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/08/2006, 20:04
vilagutv7
 
Fecha de Ingreso: julio-2006
Mensajes: 150
Antigüedad: 17 años, 8 meses
Puntos: 0
Ya habia

hecho eso anteriormente y no me sirve pq sera aqui esta el codigo completo

$resultado_codigo = mysql_query("select codigo_ord_alq from orden_alquiler where rif_cliente = '$rif' and fecha_ini_alq = '$fecha_inicio' and fecha_fin_alq = '$fecha_fin' and monto_total_alq = '$monto' and nro_deposito = '$deposito' and ubicacion_destino_alq ='$destino' and estatus_alq = '$status' and programacion = '$programacion'");
$resultados_reales = mysql_fetch_row($resultado_codigo);
$codigo = $resultados_reales[0];
echo "$resultados_reales[0]";