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.

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>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.