
Jason
Staff
/ Moderator

Jan 8, 2012, 5:31 PM
Post #2 of 2
(170 views)
Shortcut
|
|
Re: [nmsinc] Convey sequential number to next listing page
[In reply to]
|
Can't Post
|
|
Hi, Instead of setting the variable to 0, you can set it to 7 * the current page number -1 For example: <?php if ($lodgingMetaData['page']) { $i = 7 * (intval($logdingMetaData['page']) - 1 ); } else { $i = 0; } ?> Hope this helps --------------------------------------------------- Jason Sauchuk - Programmer interactivetools.com Hire me! Save time by getting our experts to help with your project. http://www.interactivetools.com/consulting/
|