Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/12/2011, 14:25
Avatar de luis010182
luis010182
 
Fecha de Ingreso: julio-2009
Ubicación: Argentina - Capital Federal
Mensajes: 382
Antigüedad: 14 años, 9 meses
Puntos: 27
Respuesta: Mandar variables a otro documento

<li class="<?php echo $estilos ?>">
<?php print "CANTIDAD:".$reg['cantid'] ?>
<a class="<?php echo $visible ?>" href="edito.php?cantid=<?=$reg['cantid']?>" > EDITO</a>
</li>

de esta forma le llega a edito.php por GET