close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

PHP Join displaying too much data

Thread began 8/25/2009 11:15 pm by 360876 | Last modified 9/02/2009 10:43 am by 360876 | 4994 views | 10 replies

360876

PHP Join displaying too much data

I really need help here! I'm not an idiot - but there's not way I can prove it on this one. This whole "join" or "inner join" concept is a real hair puller! I have spent way too much time trying to figure this out on my own form w3schools to php.net to phpfreaks . . . I just can't figure it out.

I am using the BlueSky schema. On my details page (created with DataAssist), I want to display the GroupName as opposed to the GroupID that is stored in the visitors table.

The following code appeared as if it were going to work fine until I added the second user.

<?php
$query = "SELECT visitors.VisitorGroupID, groups.GroupName ".
"FROM visitors, groups ".
"WHERE visitors.VisitorGroupID = groups.GroupID";

$result = mysql_query($query) or die(mysql_error());

// Print out the contents of each row into a table
while($row = mysql_fetch_array($result)){
echo $row['GroupName'];
echo "<br />";

}
?>

After adding the second user, the code above "echo"d' the GroupName for all rows in the table. In this case both users belong to the "Members" category and my details page had "Members" listed twice (one for each of the two members).

How do I look up the correct GroupName, and only the GroupName that applies to the user being queried? Thanks alot!

Jim

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...