If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > How to search and display data from mysql tables ?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-05-10, 10:32
linux1880 linux1880 is offline
Registered User
 
Join Date: Jul 2010
Posts: 39
How to search and display data from mysql tables ?

Dear friends
How to search and display data from mysql tables ? In what way should i arrange 5 or more tables in such a way that i can result fast using php ?
Reply With Quote
  #2 (permalink)  
Old 08-05-10, 10:33
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
What do the 5 or more tables hold?

You need to provide a heck-of-a-lot more detail before we can even begin to start helping you.
__________________
George
Twitter | Blog
Reply With Quote
  #3 (permalink)  
Old 08-05-10, 21:05
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,606
To retrieve data from N tables, I would use between one and N SELECT statements. This could be very fast, depending on the details.

-PatP
__________________
In theory, theory and practice are identical. In practice, theory and practice are unrelated.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On