ballhogjoni Posted June 28, 2007 Share Posted June 28, 2007 Example would be: prev 12345 next but doing this with just files and not DB records? Link to comment https://forums.phpfreaks.com/topic/57602-solved-is-there-a-way-to-do-pagination-w-just-files-in-a-folder/ Share on other sites More sharing options...
cooldude832 Posted June 28, 2007 Share Posted June 28, 2007 Yes, If your files are named in some sort off array function you can test if files exsist with the is_readable() and then sort the actual files with arrays and paganition from there Link to comment https://forums.phpfreaks.com/topic/57602-solved-is-there-a-way-to-do-pagination-w-just-files-in-a-folder/#findComment-285095 Share on other sites More sharing options...
ballhogjoni Posted June 28, 2007 Author Share Posted June 28, 2007 I am a noob at pagination, can you send some code or a tutorial my way? Thx Link to comment https://forums.phpfreaks.com/topic/57602-solved-is-there-a-way-to-do-pagination-w-just-files-in-a-folder/#findComment-285234 Share on other sites More sharing options...
cooldude832 Posted June 28, 2007 Share Posted June 28, 2007 show me how your files are named? Link to comment https://forums.phpfreaks.com/topic/57602-solved-is-there-a-way-to-do-pagination-w-just-files-in-a-folder/#findComment-285240 Share on other sites More sharing options...
ballhogjoni Posted June 28, 2007 Author Share Posted June 28, 2007 they are all name differently, with a php exstension. ex: 123.php xxxsdkjsdf.php 83jsd9sdl23.php of course these are examples and not the real file names, but you get the point. There is no flow to the file names. Link to comment https://forums.phpfreaks.com/topic/57602-solved-is-there-a-way-to-do-pagination-w-just-files-in-a-folder/#findComment-285246 Share on other sites More sharing options...
no_one Posted June 28, 2007 Share Posted June 28, 2007 You can use glob(..) to get files in a folder, if that's what you're looking for. It will return then as an array, processing them however you want is then up to you. Link to comment https://forums.phpfreaks.com/topic/57602-solved-is-there-a-way-to-do-pagination-w-just-files-in-a-folder/#findComment-285247 Share on other sites More sharing options...
ballhogjoni Posted June 28, 2007 Author Share Posted June 28, 2007 glob() is freeking sweet thanks!!! Link to comment https://forums.phpfreaks.com/topic/57602-solved-is-there-a-way-to-do-pagination-w-just-files-in-a-folder/#findComment-285288 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.