
04/07/2006, 02:06
|
| | Fecha de Ingreso: octubre-2004
Mensajes: 114
Antigüedad: 20 años, 4 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>" ); ?> |