zgkhoo Posted August 11, 2007 Share Posted August 11, 2007 how to display mysql database information in multiple pages? i would like to display all my member with consist of 400 people and i wan it list in mulitiple pages, and contain a "delete tick" for me,and when i click the member, can redirect me to member detail imformation. it just similiar to email pages of yahoo inbox. anyone know using wat method to do that. thanks, Link to comment https://forums.phpfreaks.com/topic/64390-solved-how-to-display-mysql-database-information-in-multiple-pages/ Share on other sites More sharing options...
MadTechie Posted August 11, 2007 Share Posted August 11, 2007 OK you have posted alot of questions today, what code do you have so far for this question ? Link to comment https://forums.phpfreaks.com/topic/64390-solved-how-to-display-mysql-database-information-in-multiple-pages/#findComment-321039 Share on other sites More sharing options...
zgkhoo Posted August 11, 2007 Author Share Posted August 11, 2007 OK you have posted alot of questions today, what code do you have so far for this question ? no code, cos i duno which way to develop can u give me a ideal for that ..eg using which function or etc of php? thanks. Link to comment https://forums.phpfreaks.com/topic/64390-solved-how-to-display-mysql-database-information-in-multiple-pages/#findComment-321049 Share on other sites More sharing options...
Guest Posted August 11, 2007 Share Posted August 11, 2007 Unfortunately, there's no "pagination" function in PHP... you will need to come up with a custom solution. Also, pagination is quite a heavy task. Might want to check one of the two following tutorials (I haven't read them so I cant guarantee their quality, but they should lead you in the right direction). http://www.phpfreaks.com/tutorials/43/0.php http://www.phpfreaks.com/tutorials/73/0.php Link to comment https://forums.phpfreaks.com/topic/64390-solved-how-to-display-mysql-database-information-in-multiple-pages/#findComment-321063 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.