⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

2 db table relation



DREON
  • profile picture
  • Member

Posted 19 January 2013 - 03:52 AM

good day to all masters, i have a problem with my project.. i have 2 database table called table1 and table 2..

table1 with the fields
id (related to table2)
fname
lname

table2 with fields
id (related to table1)
school
subject

i want on my grocery crud table to show the 2 related table..example

id | fname | lname | school | subject