close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Paginated results pages not showing any results on p2!

Thread began 1/28/2015 2:43 pm by Mags | Last modified 1/30/2015 6:28 am by Jason Byrnes | 1579 views | 7 replies |

Mags

Paginated results pages not showing any results on p2!

Hi,

I've got a paginated results page which shows 20 records per page. It shows the records correctly on the first page but when you go to the second page it says "No Results Found". I had to do a quick fix for our client by displaying all the records on the page instead but would like to get the pagination working again.

Sign in to reply to this post

Jason ByrnesWebAssist

I'll need to troubleshoot directly, see the private message section.

Sign in to reply to this post

Mags

Thanks Jason, see below.

Sign in to reply to this post

Jason ByrnesWebAssist

see PM

Sign in to reply to this post

Mags

See PM.

Sign in to reply to this post

Jason ByrnesWebAssist

the code to generate the pagination links:
<?php
$queryString_WADAclients = "";
if (!empty($_SERVER['QUERY_STRING'])) {
$params = explode("&", $_SERVER['QUERY_STRING']);
$newParams = array();
foreach ($params as $param) {
if (stristr($param, "pageNum_WADAclients") == false &&
stristr($param, "totalRows_WADAclients") == false) {
array_push($newParams, $param);
}
}
if (count($newParams) != 0) {
$queryString_WADAclients = "&" . htmlentities(implode("&", $newParams));
}
}
$queryString_WADAclients = sprintf("&totalRows_WADAclients=%d%s", $totalRows_WADAclients, $queryString_WADAclients);
?>

was above the recordset, it needed to be moved below the recordset.

Sign in to reply to this post

Mags

Thanks SO much Jason, you saved my life!!

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

Sign in to reply to this post

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