Salve,

una domanda un po strana...

è possibile da questo codice:

Codice PHP:
$product_image "<a href=\""$db_product->f("product_url")."\" title=\"".$product_name."\" target=\"_blank\">";
$product_image .= $ps_product->image_tag($full_image"alt=\"".$product_name."\""0);
$product_image .= "</a>"
ricavare un href per l'imagine da scrivere in codice html?