Ver Mensaje Individual
  #11 (permalink)  
Antiguo 08/03/2013, 12:51
mbonda
 
Fecha de Ingreso: octubre-2011
Ubicación: Argentina
Mensajes: 9
Antigüedad: 12 años, 6 meses
Puntos: 0
Respuesta: Problemas con PHP y javascript

Estimado, como te decía antes lo hice pero no gano nada con ello, necesito retomar el valor que se imprime reutilizándolo en este select:

<?php
$registros=mysql_query("select * from productos where Estado='0' and idProducto='' and Genero!='Caballero' ORDER BY idProducto DESC" ,$cnConex) or
die("Problemas en el select:".mysql_error());
if ($reg=mysql_fetch_array($registros))
{
?>
<?php include "lightbox_relacionadas/variables.php";?>
<?php }?>

Cuando pueda usar ese valor numérico impreso, ahí si va a funcionar el lightbox...