•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 374,143 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,518 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 192 | Replies: 1
![]() |
•
•
Join Date: May 2008
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
does anybody know how to do PAGING using PHP inside a table.
you see, my page is divided into 2 (i used tables) the left side views the profile of a PATIENT(name,address...etc.) while on the right side of the table are dates when the patient received his/her check-up.
Now, i want to apply paging on the RIGHT side of the table so that if the patient receive his/her check-up in many different dates then he/she can just press "previous","next" but still viewing it in the right side of the table.
in short, i wnat to apply paging only to the right side of the table.
you see, my page is divided into 2 (i used tables) the left side views the profile of a PATIENT(name,address...etc.) while on the right side of the table are dates when the patient received his/her check-up.
Now, i want to apply paging on the RIGHT side of the table so that if the patient receive his/her check-up in many different dates then he/she can just press "previous","next" but still viewing it in the right side of the table.
in short, i wnat to apply paging only to the right side of the table.
Last edited by charvie : May 10th, 2008 at 5:25 am.
•
•
Join Date: Mar 2008
Posts: 53
Reputation:
Rep Power: 1
Solved Threads: 0
if you are having a table
then you can just do something like this :
then you can just do something like this :
php Syntax (Toggle Plain Text)
<table width=40% height=80% align="" > <tr><td>left side</td><td>rightside<?php //You Pagination goes here ?></td></tr> </table>
Last edited by peter_budo : May 11th, 2008 at 12:52 pm. Reason: Keep It Organized - please use [code] tags
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
- Write Your First Application in Win32 Using Assembly (Assembly)
- how to retrive image file from mysql databse using php (PHP)
- searching and paging..plz help.. (ASP)
Other Threads in the PHP Forum
- Previous Thread: Help please - php CAPTCHA script
- Next Thread: wampserver 2.0 domain name


Linear Mode