cujo Posted June 16, 2007 Share Posted June 16, 2007 How whould i link this to a new product.. same picture diffent product the product got removed now when box is clicked on says no item found so i want to point it to a new item Thank you Amanda <td width="182" height="72" style="padding-top:4px; "><a href="<?php echo FILENAME_PRODUCT_INFO.'?cPath=83_87&pID=105'; ?>"><img src="images/samsung.jpg" width="182" height="72" border="0" alt="" /></a></td> </tr> Link to comment Share on other sites More sharing options...
Dennis_gull Posted June 16, 2007 Share Posted June 16, 2007 How whould i link this to a new product.. same picture diffent product the product got removed now when box is clicked on says no item found so i want to point it to a new item Thank you Amanda <td width="182" height="72" style="padding-top:4px; "><a href="<?php echo FILENAME_PRODUCT_INFO.'?cPath=83_87&pID=105'; ?>"><img src="images/samsung.jpg" width="182" height="72" border="0" alt="" /></a></td> </tr> If you want to link it to just any new product you gotta do a query and select only the newest products or if you want to link it to a specific product you should only have to enter the url in the href="<here>" Link to comment Share on other sites More sharing options...
cujo Posted June 17, 2007 Author Share Posted June 17, 2007 If you want to link it to just any new product you gotta do a query and select only the newest products or if you want to link it to a specific product you should only have to enter the url in the href="<here>" Please Explain how to do a Quarry it does not have to be a new product any product will do Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.