Linking mysql fields and displaying accordingly

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
wattee
Forum Newbie
Posts: 12
Joined: Mon Nov 02, 2009 5:00 am

Linking mysql fields and displaying accordingly

Post by wattee »

Hey,

i can't get past the theory of what i really need to do to achieve this.

Main goal:
I need to generate various links accordingly to a specific word, e.g. got a table with some fields, when i click a field it should generate description of that field.

Background:
I have large database.
I will be using ajax to display.
I will be using arrays to display results.(maybe too obvious, pardon:D)


Now then, supposedly i have tosins of tables, mostly in every table theres a field with a link, wich might point to another table.

How would i be doing this?
What are my options?
Creating another table?


Really could appreciate some help here, or as always im really greatful for directions.
I'm sorry if it didn't get out clear enough if so i'll try my best to formulate some understandable sentences, right now i need some rest for few hours, thank you.
Post Reply