View Single Post
  #5 (permalink)  
Old Mar 20th, 2008, 19:56
andrwleong andrwleong is offline
Junior Member
Join Date: Jan 2008
Location: England
Age: 23
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Re: hyperlinking PHP/SQL search results

Quote:
Originally Posted by dab42pat View Post
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.
Reply With Quote