Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/07/2008, 19:20
klaudia_ru
 
Fecha de Ingreso: septiembre-2006
Mensajes: 41
Antigüedad: 17 años, 6 meses
Puntos: 0
Respuesta: error con el hyperlink

aki les dejo el codigo:
<tr>
<td class="<?php echo $style ?>"><a href="ima.php?a=view&recid=<?php echo $i ?>">View</a></td>
<td class="<?php echo $style ?>"><a href="ima.php?a=edit&recid=<?php echo $i ?>">Edit</a></td>
<td class="<?php echo $style ?>"><a href="ima.php?a=del&recid=<?php echo $i ?>">Delete</a></td>
<td class="<?php echo $style ?>"><?php echo build_link("http://localhost/imagen/imagen/otro", htmlspecialchars($row["ima"]), ".html", "", outimage($i, "ima", "", "20", "20")) ?></td>
</tr>
<td class="dr"><?php echo build_link("http://localhost/imagen/imagen/otro", htmlspecialchars($row["ima"]), ".html", "", outimage($recid, "ima", "", "", "")) ?></td>

y la imagen la direccion de la imagen esta en mis documentos en la carpeta default de mis imagenes