04/06/2010, 22:56
|
| | | Fecha de Ingreso: mayo-2010
Mensajes: 74
Antigüedad: 14 años, 5 meses Puntos: 1 | |
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"> </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"> </td>
<td width="9%"bgcolor="#e6e6e6" class="style1"> </td>
</tr>
</table> |