Forums

This topic is locked

how do make relationship between your tables

Posted 07 Oct 2002 07:32:35
1
has voted
07 Oct 2002 07:32:35 Manou Manou posted:
Hi;
I have made couple of tables for my database, now How do I relate the table I want to other tables in the database, I could not find any tutorial for making relationship between tables.
I am newbie on PHP and Mysql.
Your reply is appreciated,
Thanx

Edited by - Manou on 07 Oct 2002 07:33:53

Edited by - Manou on 07 Oct 2002 07:35:43

Replies

Replied 07 Oct 2002 09:27:53
07 Oct 2002 09:27:53 Martha Graham replied:
I found this tutorial. www.basenow.com/help/How_to_create_relationships_between_tables.asp

Hope this will help.

Martha Graham
Replied 10 Oct 2002 10:59:31
10 Oct 2002 10:59:31 Julio Taylor replied:
Most of the time you don't need to make any physical relationships (like in access) for web-based applications. instead, you can "link" data via common fields and values when you create your queries in the PHP/ASP/CFM/JSP pages. In my opinion this makes working with data much more fleixble and time-saving. This is especially true if you're making simple master/child relationships for applications such as news systems and blogs...

if you need more help just post here or mail me directly.

------------------------
Julio Mellado

PHP | MySQL | UD4

ICQ: 19735247
MSN:

Reply to this topic