wee_eric Posted August 3, 2008 Share Posted August 3, 2008 Hi I have a web site that was put together by a guy who has moved on to other things. The problem I have is that the php function for paginating list returns from the database is not working - it just keeps displaying the first page. Can anyone else have a look at it and see the problem? eric Quote Link to comment https://forums.phpfreaks.com/topic/117890-pagination-problem/ Share on other sites More sharing options...
DeanWhitehouse Posted August 3, 2008 Share Posted August 3, 2008 any code? Quote Link to comment https://forums.phpfreaks.com/topic/117890-pagination-problem/#findComment-606429 Share on other sites More sharing options...
wee_eric Posted August 3, 2008 Author Share Posted August 3, 2008 yes - but it's a lot and I don't know which bit is the important bit eric Quote Link to comment https://forums.phpfreaks.com/topic/117890-pagination-problem/#findComment-606431 Share on other sites More sharing options...
DeanWhitehouse Posted August 3, 2008 Share Posted August 3, 2008 well how can we help without anything (no code , or description of the problem) Quote Link to comment https://forums.phpfreaks.com/topic/117890-pagination-problem/#findComment-606432 Share on other sites More sharing options...
wee_eric Posted August 3, 2008 Author Share Posted August 3, 2008 ok thanks anyway Quote Link to comment https://forums.phpfreaks.com/topic/117890-pagination-problem/#findComment-606433 Share on other sites More sharing options...
.josh Posted August 3, 2008 Share Posted August 3, 2008 ok thanks anyway Uh...well sorry man, but we aren't psychic...we can't tell you what's wrong with your code if we can't see it... Quote Link to comment https://forums.phpfreaks.com/topic/117890-pagination-problem/#findComment-606443 Share on other sites More sharing options...
DeanWhitehouse Posted August 3, 2008 Share Posted August 3, 2008 some people Quote Link to comment https://forums.phpfreaks.com/topic/117890-pagination-problem/#findComment-606445 Share on other sites More sharing options...
JasonLewis Posted August 3, 2008 Share Posted August 3, 2008 I'm psychic... Not! Hey wee_eric, just post all the code. Copy it, then paste it in between [ code ] [ / code ] tags, minus the spaces. That way it'll look like this and we'll be able to read it easier. Quote Link to comment https://forums.phpfreaks.com/topic/117890-pagination-problem/#findComment-606446 Share on other sites More sharing options...
.josh Posted August 3, 2008 Share Posted August 3, 2008 I'm psychic... Not! Hey wee_eric, just post all the code. Copy it, then paste it in between [ code ] [ / code ] tags, minus the spaces. That way it'll look like this and we'll be able to read it easier. umm...no. Please do not just dump all your code on us. It is very unlikely someone will be willing to go through lots and lots of code trying to find the relevant area. I suppose it's possible, but unlikely. More importantly, it's against the rules. And bad manners. Quote Link to comment https://forums.phpfreaks.com/topic/117890-pagination-problem/#findComment-606447 Share on other sites More sharing options...
DeanWhitehouse Posted August 3, 2008 Share Posted August 3, 2008 does it show all the page numbers? are the page number links to different pages or are they all the same? add error_reporting(E_ALL); to the top of the page Quote Link to comment https://forums.phpfreaks.com/topic/117890-pagination-problem/#findComment-606448 Share on other sites More sharing options...
JasonLewis Posted August 3, 2008 Share Posted August 3, 2008 I'm psychic... Not! Hey wee_eric, just post all the code. Copy it, then paste it in between [ code ] [ / code ] tags, minus the spaces. That way it'll look like this and we'll be able to read it easier. umm...no. Please do not just dump all your code on us. It is very unlikely someone will be willing to go through lots and lots of code trying to find the relevant area. I suppose it's possible, but unlikely. More importantly, it's against the rules. And bad manners. Well if the OP doesn't know or can't find the relevant section to post, then what...? Quote Link to comment https://forums.phpfreaks.com/topic/117890-pagination-problem/#findComment-606449 Share on other sites More sharing options...
.josh Posted August 3, 2008 Share Posted August 3, 2008 Then I suggest he hire someone to do it, because at that point, that's what it would be. Quote Link to comment https://forums.phpfreaks.com/topic/117890-pagination-problem/#findComment-606462 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.