Ver Mensaje Individual
  #21 (permalink)  
Antiguo 04/07/2006, 02:06
Haggen
 
Fecha de Ingreso: octubre-2004
Mensajes: 114
Antigüedad: 19 años, 6 meses
Puntos: 0
Nope... ni siquiera agrendole el <?php ?> funciona :(

<?php $params = array(
"item_id" => $item_id,
"cat_id" => $cat_id,
"sub_cat_id" => $sub_cat_id,
);

$link = '<a href="%s">%s</a>';
echo sprintf( $link, "aportar_info.php?" . http_build_query( $params ), "<b>Aporta Informacion</b>" ); ?>