Hyperlinkable SQL Database

This is a discussion on "Hyperlinkable SQL Database" within the Databases section. This forum, and the thread "Hyperlinkable SQL Database are both part of the Program Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > Databases

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Mar 26th, 2008, 16:26
Junior Member
Join Date: Jan 2008
Location: England
Age: 23
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Hyperlinkable SQL Database

Hi

I thought i would sk in this forum in relation to a thread i posted in another section of this website:

http://www.webforumz.com/php-forum/6...ch-results.htm

I have created a database and a website. The website has a product page that displays all the Amino Acids etc.

Since the information is pulled from a database I don't know how to make the product name linkable.

I understand I make it linkable in SQl but I am unsure how. Is there any tutorials.

here is a sample ot my database table and data:


CREATE TABLE Product
ProductID VARCHAR(10) NOT NULL,
Category VARCHAR(10) NOT NULL,
Name CHAR(30) NOT NULL,
Manufacturer VARCHAR(30) NOT NULL,
Size VARCHAR(20) NOT NULL,
Price VARCHAR(10) NOT NULL,
Brief_Description VARCHAR(500) NOT NULL,
PRIMARY KEY (ProductID))


INSERT INTOProduct (ProductID, Category, Name, Manufacturer, Size, Price, Brief_Description) VALUES
(‘01’, ‘Amino Acid’, ‘Amino Liquid’, ‘MET RX’, ‘473ml’, ‘£9.96’, ‘MET-Rx Hi-Test Amino Liquid 473ml Cherry’);


I want the Name in this case Amino Liquid to link to the Amino Liquid page.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
database Rasta Databases 2 Aug 16th, 2007 12:07
Database? SpickenSpanDesign PHP Forum 18 Dec 12th, 2006 19:07
XML Code for transfering data from one SQL Server Database to another database plolla Other Programming Languages 1 Aug 3rd, 2006 18:37


All times are GMT. The time now is 22:27.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42