Can't display database records pagewise !

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
phazorRise
Forum Contributor
Posts: 134
Joined: Mon Dec 27, 2010 7:58 am

Can't display database records pagewise !

Post by phazorRise »

I have database consisting of posts and comments somewhat as on this forum. And I want to display the posts or comments page wise.
Like threads and replies are displayed in this forum. Also user can choose no of post to be displayed on his page and only that no of posts should be displayed.
No pages with links should be displayed below the displayed posts. Exactly same as on this network. Your suggestion could be so helpful to me !
User avatar
phazorRise
Forum Contributor
Posts: 134
Joined: Mon Dec 27, 2010 7:58 am

Re: Can't display database records pagewise !

Post by phazorRise »

and one more thing I'm using PHP 4 for this !
Suggest something !
User avatar
phazorRise
Forum Contributor
Posts: 134
Joined: Mon Dec 27, 2010 7:58 am

Re: Can't display database records pagewise !

Post by phazorRise »

I've solved it. I wrote the code which can do this for me. :D
Post Reply