how can i show giftid as which gift on my forum?
EG:
<td class="$bgclass" align="center">
<span class="{$Style['small']}">$row[sender] sent a $row[giftid] to $row[recipient], send <a href="/forum/gifts.php">gifts</a></span>
</td>
</tr>
obviously gift id comes out as a number - i would like it printed as the actual gift name
can some one help please
EG:
<td class="$bgclass" align="center">
<span class="{$Style['small']}">$row[sender] sent a $row[giftid] to $row[recipient], send <a href="/forum/gifts.php">gifts</a></span>
</td>
</tr>
obviously gift id comes out as a number - i would like it printed as the actual gift name
can some one help please