close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Creating queries

Thread began 2/18/2020 7:38 pm by balexander389215 | Last modified 3/16/2020 12:18 pm by balexander389215 | 2064 views | 20 replies

balexander389215

Hi Ray,

I’m still looking for a way to create tables but allow users to set the number of rows displayed. I found a script designed to allow the user to do just that. I tried to make it work with the table created from the webassist aps but I'm not a programmer and could not figure it out. You on the other hand could take a look and know within a minute if you could integrate it into your work.

If it can be done please let me know the cost to make this work.

Here is a link to the site where he has a demo. https://makitweb.com/change-number-rows-show-in-the-pagination-using-php/

It is really just this section that I am looking for:

<div class="divnum_rows">
<span class="paginationtextfield">Number of rows:</span>&nbsp;
<select id="num_rows" name="num_rows">
<?php
$numrows_arr = array("5","10","25","50","100","250");
foreach($numrows_arr as $nrow){
if(isset($_POST['num_rows']) && $_POST['num_rows'] == $nrow){
echo '<option value="'.$nrow.'" selected="selected">'.$nrow.'</option>';
}else{
echo '<option value="'.$nrow.'">'.$nrow.'</option>';
}
}
?>
</select>
</div>

On another note you used to have a number of video tutorials but I believe they were in Flash. It’s not that difficult to convert from Flash to MP4. If you have a link to these old videos I would be happy to convert them for you and you could put them up on Youtube.

Brian

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