close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Limit 2, 4 not returning correct rows

Thread began 4/11/2018 9:51 am by cal114936 | Last modified 4/12/2018 10:41 pm by cal114936 | 407 views | 2 replies

cal114936Beta Tester

Limit 2, 4 not returning correct rows

The limit parameter works fine when testing in the server behavior, but is returning the wrong rows in the repeat on the page.

This should be returning records 3 through 6 correct? But I actually only get records 1 and 2. on the page. Testing within the Server Behavior dialog box returns the correct set.

<?php
$rsFeatures2 = new WA_MySQLi_RS("rsFeatures2",$nMedia3_i,2,4);
$rsFeatures2->setQuery("SELECT content1.contentID, content1.featureDate, content1.headline, content1.photo1, content1.caption1, content1.para1 FROM content1 ORDER BY content1.featureDate DESC");
$rsFeatures2->execute();
?>


<?php
while(!$rsFeatures2->atEnd()) {
?>

<div class="text-center marginBottom30">
<a href="content.php?contentID=<?php echo($rsFeatures2->getColumnVal("contentID")); ?>"><img class="featurePhoto" src="https://hotvws.com/images/hot_vws_articles/<?php echo($rsFeatures2->getColumnVal("contentID")); ?>/<?php echo($rsFeatures2->getColumnVal("photo1")); ?>" alt=""/></a>
<h3 class="marginTop10"><?php echo($rsFeatures2->getColumnVal("headline"));?></h3>
<p><?php echo (wordCutString($rsFeatures2->getColumnVal("para1")));?>... <a href="content.php?contentID=<?php echo($rsFeatures2->getColumnVal("contentID")); ?>">Read More</a></p>
</div>

<?php
$rsFeatures2->moveNext();
}
$rsFeatures2->moveFirst(); //return RS to first record
?> </div>


Thanks for any insight

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