lamia Posted December 27, 2004 Share Posted December 27, 2004 Hi, I've done this sort of thing before in ASP.Net using the VB.Net IDE where for example you got 100 records and you want to split them up into several pages of 10 records each like this... ------------------------------------- ------------------------------------- SOME TEXT HERE ------------------------------------- Prev 1 2 3 4 5 6 7 8 9 10 Next ------------------------------------- I wonder if such thing is possible with dreamweaver? Quote Link to comment https://forums.phpfreaks.com/topic/2107-threading/ Share on other sites More sharing options...
Pilot-Doofy Posted December 29, 2004 Share Posted December 29, 2004 I wonder if such thing is possible with dreamweaver? Do you want the different pages of text contained in a single page and only passing variables such as page.php?page=4 or whatever? If you just want different page it is very easy, just save different files. If you want them contained within one page you can use if statements, databases, file();, or a few other options. Please clarify. Quote Link to comment https://forums.phpfreaks.com/topic/2107-threading/#findComment-6910 Share on other sites More sharing options...
czambran Posted December 29, 2004 Share Posted December 29, 2004 it is also called pagination. There is one very good tutorial here on the phpfreaks site. Look for it. Quote Link to comment https://forums.phpfreaks.com/topic/2107-threading/#findComment-6911 Share on other sites More sharing options...
Incessant-Logic Posted January 13, 2005 Share Posted January 13, 2005 Or you can use a server behaviour, repeat region then recordset paging. Admitedly that won't get you page numbers directly thats a bit more involved. IL Quote Link to comment https://forums.phpfreaks.com/topic/2107-threading/#findComment-6981 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.