Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/10/2012, 09:35
grimfaces
 
Fecha de Ingreso: mayo-2008
Mensajes: 11
Antigüedad: 16 años
Puntos: 0
como saber la $_POST que se me envia

Muy buenas tengo este codigo:
Código PHP:
while($row = mysql_fetch_array($resultado)) 
{
?>
<tr>
<td width="200" align="left">
<img src="imagenes/<?php echo $row[2];?>" width="90" height="44">
</td>
<td width="400">
<a href="javascript:document.form_ultimas_entradas.submit();"><?php echo $row[1?></a>
</td>
<td>
<input name="unirse<?php echo $row[0?>" id="unirse" value="<?php echo $row[0];?>" type="hidden">
</td>
</tr>
<?php

?>
Entonces tendria varias variables llamadas unirse1, unirse2, unirse3.....
Como luego sabria cual es la variable que se ha pulsado.Recogiendolas luego con $_POST[""]