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 | 5001 views | 10 replies

360876

Here are the some screen shots - the page didn't produce an error - it just didn't produce a result at all where I put the new code (it's in the main table). Here are some screen shots of the tables and the results.

1. WA_tables.gif are the tables I'm using
2. WA_tables_results are what the pages look like (you'll see the duplicate "Member" on the Profile and Visitor Detail screen shot.

I have this posted on a test URL and would be happy to email you the URL with a login & password if you want to look at it live (I don't want to include that info here).

Here's the old (top) and new (bottom) code (I don't see how to upload the page). This is what produce the double "Member" on the "Visitor Details" (screenshot):

<td class="tableHeader">Access Level:</td>
<td class="tableData"><?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 />";

}
?></td>
</tr>
<tr>
<td><?php
$query = "SELECT visitors.VisitorGroupID, groups.GroupName ".
"FROM visitors, groups ".
"WHERE visitors.VisitorGroupID = groups.GroupID GROUP BY groups.GroupName";
?>

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...