anybody mind teach me how to connect between tables in db??say theres table a, b and c in db .how can i make all these table connected??theres any coding??im using EasyPHP as server

I guess you need a tutorial to learn the SQL language. Here are several others if that one isn't so good.

What you want to do is in the join clause. We have to know the schema of each table before we can say exactly how to do it but basically each table has to have something in common with the others, such as account numbers, social security numbers, names, product identification codes, student ID, etc. Some column in each table that can be used to join the rows in one table with the rows in another table.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.