DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/)
-   PHP (http://www.daniweb.com/forums/forum17.html)
-   -   PAGING inside a TABLE (http://www.daniweb.com/forums/thread123512.html)

charvie May 10th, 2008 5:24 am
PAGING inside a TABLE
 
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.

mrcniceguy May 10th, 2008 6:43 pm
Re: PAGING inside a TABLE
 
if you are having a table
then you can just do something like this :
<table width=40% height=80% align="" >
<tr><td>left side</td><td>rightside<?php
//You Pagination goes here
?></td></tr>
</table>


All times are GMT -4. The time now is 8:35 pm.

Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC