How to fetch data from web page?

Need help displaying data from 3 mysql tables in one web page?

  • I need the data from 3 tables to be display on a web page.

  • Answer:

    Are the 3 tables all related to each other? Do you have primary key/foreign key relationships set up between them? If so, then you just need to do a simple join (see link) between the tables in a single query. Even if you haven't set up primary key/foreign key relationships between the tables, you might still be able to use a simple join. Or do you just have 3 disjoint tables that you want displayed one after the other on the page? That would be 3 rather simple SELECT statements, typically. Without knowing what is in your tables, and what you really want to display, it's hard to give a more concrete answer than that.

omega_qu... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.