Displaying Data from multiple tables.

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
influenceuk
Forum Commoner
Posts: 42
Joined: Tue May 08, 2007 7:48 am
Location: London, UK

Displaying Data from multiple tables.

Post by influenceuk »

Hello again :(

Can someone please give me some advice?
1- how to display data from 2 different tables on one webpage, but in different locations.

2- Can someone letme know what the best book is on MySQL so i dont keep begging for help.

Thanks again,
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Post by califdon »

1 - Just do two queries, use the results from one in one location, use the results from the other in the other location.

2 - There are literally hundreds of books on MySQL. I sure can't recommend "the best" one, but if nobody else gives you a better recommendation, just check with Amazon.com or one of the technical publisher's web sites (O'Reilly or Wrox or Que, etc.). Read the table of contents and if they have a statement about whether the book is intended for beginners, intermediate or advanced, and check the publication date--you probably don't want to waste your time on an out-of-date book.
Post Reply