
10/12/2011, 14:25
|
 | | | Fecha de Ingreso: julio-2009 Ubicación: Argentina - Capital Federal
Mensajes: 382
Antigüedad: 15 años, 8 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 |