Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/06/2010, 22:56
Avatar de elchicho118
elchicho118
 
Fecha de Ingreso: mayo-2010
Mensajes: 74
Antigüedad: 14 años
Puntos: 1
Pregunta como pasar un vector por medio de un enlace

mi problema es que estoy intentando pasar un vectos por medio de un enlace pero no se porque no lo esta pasando


<table width="90%" height="58" border="1" align="center">
<tr>
<td width="5%" height="58" bgcolor="#e6e6e6">&nbsp;</td>
<td width="54%" bgcolor="#e6e6e6"><a href="crear post.php?tema=$row[1]"><?php echo $row[1]; ?></a></td>este es el vector $row[1]
<td width="9%" bgcolor="#e6e6e6"><span class="style1"><div align="center"><a href=""><?php echo $row[2]; ?></a></div>
</span></td>
<td width="12%" bgcolor="#e6e6e6" align="center" class="style1"><?php echo $row[3]; ?><a href=""> <br>nick </a><a href=""<img src="comentario.gif" border="0"</a> </td>
<td width="9%" bgcolor="#e6e6e6" class="style1">&nbsp;</td>
<td width="9%"bgcolor="#e6e6e6" class="style1">&nbsp;</td>
</tr>
</table>