Web Design and Development Forums

Hyperlinkable SQL Database

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


Go Back   Webforumz.com > Databases > MySQL

Welcome to Webforumz.com.
Register Now Register now!

Reply
 
LinkBack Thread Tools Rate Thread
Old Mar 26th, 2008, 16:26   #1 (permalink)
Junior Member
 
Join Date: Jan 2008
Location: England
Age: 23
Posts: 47
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:

hyperlinking PHP/SQL search results

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.
andrwleong is offline  
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
Rate This Thread
Rate This Thread:

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 MSSQL & Access 2 Aug 16th, 2007 12:07
XML Code for transfering data from one SQL Server Database to another database plolla XML, RSS & Atom 1 Aug 3rd, 2006 18:37
database help... BongMaster MSSQL & Access 1 Dec 6th, 2005 07:38



Latest Updates

All Points SEO Security Advisory - CHECK YOUR SITE NOW!

Creative Coding :: February 2008

Webforumz is sponsored by: WESH UK Web Hosting
All times are GMT. The time now is 09:30.

Sleep Study Scoring :: Free Bet :: Website Templates :: Online Betting :: Bookmakers :: Funny Quotes :: Internet Recruitment Software :: Microsoft CRM Experts :: Online Casino :: Decorated Christmas Trees :: Midwife Forums :: Football Betting :: Ecommerce Software :: Web Hosting :: Football Stats :: Dry Cleaning Collection :: xtreme wales - extreme clothing :: Apuestas :: Sharepoint Consultants :: Website Optimisation :: Office Clearance London :: Sharepoint Experts :: Sports Betting :: Casino :: Website Templates :: Web Design Development India :: Online Gambling

Powered by: vBulletin Version 3.7, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
© 2003-2008 Webforumz.com : All Rights Reserved
Search Engine Friendly URLs by vBSEO 3.2.0 RC6


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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59