Forums
 This topic is locked 
             Combining multiple tables & multiple conditions...
 Posted 27 Feb 2004  16:50:52 
  1 
     has   voted 
  27 Feb 2004  16:50:52 Werner Marinus posted: 
 Okay you specialists... get ready for this one!I'm working on a PHP/MySQL site for a book publisher and I'm stuck !
In order to give all of you a good idea of the problem I'm facing, I've put up a php page where everything is explained in detail (tables, queries, problem, ...). I thought things would be clearer if I could show them in a broader context.
You can visit it here: www.ludion.be/forumexample.php
If anyone out there can help me I'd love to here it...
Thanks already
Replies
 Replied 29 Feb 2004  02:39:26 
   29 Feb 2004  02:39:26 Phil Shevlin replied: 
  You need to write a statement that joins the different tables.  I do not think subqueries are available yet. 
   Replied 29 Feb 2004  16:32:11 
   29 Feb 2004  16:32:11 Werner Marinus replied: 
  Hmm, just what I already figured... A join statement. And do you have any suggestion what kind of join: left, right, inner...
Thanks again.
 
  Thanks again.
 Replied 02 Mar 2004  02:53:00 
   02 Mar 2004  02:53:00 Phil Shevlin replied: 
  Sorry I didn't have the time to go into much depth with your problem.  My suggestion would be trial and error.  Start with a simple JOIN, then go with LEFT and RIGHT.  Once you have the statement I'll be glad to review it if you have problems