How would I go about making a pagination script for this MySQL & PHP query.
if (isset($_GET[\'c\'])) { $c = $_GET[\'c\']; } $query = mysql_query(\"SELEC
//database connation enter code here View Student Details Student Details Sr.No. Student ID Student Name Class Gender Birth of Date Contact No. Action query($q); $j=0; while($data=$result->fetch_array()) { $j=$j+1; ?> Delete Update query($q); $data=$result->fetch_array(); $total=$data[0]; $total_page=ceil($total/10); if($total_page>1) { for($i=1;$i<=$total_page;$i++) { ?>