CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   MySQL (http://www.codingforums.com/forumdisplay.php?f=7)
-   -   help displaying related records (http://www.codingforums.com/showthread.php?t=284549)

juslai 12-22-2012 06:51 AM

help displaying related records
 
i want to be able to display record related to a specific primary key based on the foreign keys on other tables how to be able to display records for that primary key in other tables using php??

Old Pedant 12-22-2012 04:54 PM

Can you be more specific?

What do the two tables you are working with look like?

How do you want to display them?

Do you mean something like
Code:

Table1Name1
    Table2Name1Datat1
    Table2Name1Datat2
    Table2Name1Datat3
Table1Name2
    Table2Name2Datat1
    Table2Name2Datat2
    Table2Name2Datat3

Or what?


All times are GMT +1. The time now is 09:04 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.