close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Join Just Producing One Entry

Thread began 6/16/2020 12:46 pm by BillHobbs | Last modified 6/16/2020 2:30 pm by Ray Borduin | 358 views | 1 replies |

BillHobbs

Join Just Producing One Entry

I'm trying to JOIN a user to a Blog Entry in a repeat region.

There are 4 Blog Entries in the Database and it's only returning a single users blog. I want all the Blog Entries with their respective Authors(User). This is the first time I've tried to JOIN a second table to a query since updating to mysqli. Has something changed in the way queries and repeats work when JOINing?

Here is my mysqli code:
<?php
$rsBlogEntry = new WA_MySQLi_RS("rsBlogEntry",$connSiteDB,10);
$rsBlogEntry->setQuery("SELECT * FROM blogentry JOIN users ON users.userID = blogentry.blogentryUserID ORDER BY blogentryTimestamp ASC LIMIT 10");
$rsBlogEntry->execute();
?>

Here is the repeat region:
<?php
$wa_startindex = 0;
while(!$rsBlogEntry->atEnd()) {
$wa_startindex = $rsBlogEntry->Index;
?>
Title: <?php echo($rsBlogEntry->getColumnVal("blogentryTitle")); ?>
Author: <?php echo($rsBlogEntry->getColumnVal("userFirstName")); ?> <?php echo($rsBlogEntry->getColumnVal("userLastName")); ?>
<hr>
<?php
$rsBlogEntry->moveNext();
}
$rsBlogEntry->moveFirst(); //return RS to first record
unset($wa_startindex);
unset($wa_repeatcount);
?>

Sign in to reply to this post

Ray BorduinWebAssist

Nothing has changed. It looks like that would work. Are you sure the userIDs are set in the database correctly? I'd have to debug it live to determine what is going on. My first guess is the data in the database isn't set correctly, but I couldn't say for sure.

Sign in to reply to this post
Did this help? Tips are appreciated...

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