I am new to php programming and I need help paginating a page. I have tried different codes I have found online, yet I have had no luck. Can someone please help me??? Here is the core of my source code.
[code]<?php
include(“admin/includes/config.inc.php”);
mysql_connect("$host", “$username”, “$password”)or die(“cannot connect”);
mysql_select_db("$db_name")or die(“cannot select DB”);
$sql=“SELECT * FROM $tbl_name ORDER BY year DESC, month DESC, day DESC”;
$result=mysql_query($sql);
$num_rows = mysql_num_rows($result);
?>
Date | Title | mp3 | Download |
||||
<? echo $rows['month']; ?>/<? echo $rows['day']; ?>/<? echo $rows['year']; ?> |
|
Listen |