Gossamer Forum
Home : Products : DBMan : Installation :

tag in output

Quote Reply
tag in output
When I output my ProductID I am getting two sets of <b></b> tags around the productid. It is not happening on any other fields. Here is the code where I am using it.
print qq&#0124; &#0124;;
if ($rec{'Image'}) {
print qq|
<tr>
<td width="100%" align="center"><a href="http://www.absolutedesire.com/cgi-bin/dbman/db.cgi?db=products1&ProductID=$rec{'ProductID'}"><img border="2" src="http://www.absolutedesire.com/images/products/$rec{'Image'}" width="150" alt="Click on image to add this product to your shopping cart"></a></td>
</tr>
|;
}
---------------------------
And here is the output.
---------------------------
<td width="100%" align="center"><a href="http://www.absolutedesire.com/cgi-bin/dbman/db.cgi?db=products1&ProductID=<B>ADP007</B><B></B>"><img border="2" src="http://www.absolutedesire.com/images/products/pd3201.jpg" width="150" alt="Click on image to add this product to your shopping cart"></a></td>

Anyone have ideas?

Queticon

Subject Author Views Date
Thread tag in output Queticon 2026 Apr 3, 2000, 8:09 AM
Post Re: tag in output
Queticon 1909 Apr 3, 2000, 8:34 AM
Post Re: tag in output
Stealth 1910 Apr 3, 2000, 8:56 AM