![]() |
Pagination help
Hi all,
Im trying to get my website that Im currently making to load videos like it does in this website and have the numbers 1 2 3 4 next etc down the bottom. – http://www.soothetube.com/ I understand html, css but thats it. Am I right in saying that these videos load from a database via javascript or php and that the videos automatically move onto the next page when full? The main thing I want to ask is, is it possible to do this without learning javascript or the other languages used for pagination by using a program like dreamweaver just for the pagination part? Thanks. |
Quote:
|
As Philip said, the page you showed...at least the pagination part of it...has *NOTHING* to do with JavaScript.
Didn't you notice the URL that is used when you click on one? For example Code:
http://www.soothetube.com/page/4/So that is sending *BACK* to the server *ASKING* for "/page/4". More than likely, what is actually happening is that there is a URL REWRITE rule in place (look that up) and you are actually hitting something like Code:
http://www.soothetube.com/index.php?page=4Code:
http://www.soothetube.com/index.php?p=4So this is 100% server-side pagination. Period. |
| All times are GMT +1. The time now is 06:05 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.