View Single Post
  #6 (permalink)  
Old Mar 20th, 2008, 20:23
dab42pat dab42pat is offline
SuperMember

SuperMember
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: hyperlinking PHP/SQL search results

Say you have a products table and in that you have product_name, product_description etc. add a field hyper_link and insert the link in that field eg showitem.php?item_id=1. Then you can call it using something similar to the code I posted above.

I hope this makes sense,

Pat


Reply With Quote