[eluser]RedIgniter[/eluser]
ok here is what my exact table names and stuff.
users table name: "accounts" some fields "firstname, lastname, email" etc. [this table has 'id' as user id]
subject table name: "subjects" some fields "subject, sub_subject, experience" etc. [this table has 'tid' as user id]
days_attending table name: "days_attending" some fields "monday, tuesday, wednesday" etc. [this table has 'tid' as user id]
so i would want the query to select from accounts, also select from subjects with matching ids and select days attending matching id with tid and show them in one row, so I can make a list.