Quote:
Originally Posted by dab42pat
Are you using Mysql db. If so you may have to create a field in your products called hyper_link or something. Then make sure its referenced in your search results. eg.
- PHP: Select all
<a href="<?php echo $row_Recordset1['hyper_link']; ?>"><span class="style2">£<?php echo $row_Recordset1['item_price']; ?></span></a>
|
Hi Dab thanks for your reply.
I think I understand what you mean. I am usuing MySQL in SQLyog and
PHP.
So from what you mean I would make the lets say the data in 'Product_Name' hyperlinkable.