Hallo,
ich möchte ein paar Daten übergeben und habe folgendes programmiert:
$total_query = xtc_db_query("SELECT value FROM ".TABLE_ORDERS_TOTAL." where orders_id='".(int)$orders['orders_id']."' and class='ot_total'");
$total_data = xtc_db_fetch_array($total_query);
$smarty->assign('AFFILI_IMG', '<IMG SRC="http://www.xxx?ID=xxx&art=
sale&track='.$orders['orders_id'] .'&wert='.$total_data['value'].'"
width="1" heigth="1" border="0">');
und in die .html:
{$AFFILI_IMG}
Was habe ich hier übersehen?
Hat da jemand Ahnung?
Dank
Roberto