RSSAll Entries Tagged With: "mysl"

How to Display records page by page ? or how to do pagination using php and my sql

<?php include(‘includes/database.php’); //this is to execute the query /** * @author ["Arun Raj R , Software Engineer "] * @copyright 2008 */ if (isset($_REQUEST['page'])) { $page = $_REQUEST['page']; if($page==” || $page<1) $page=1; } else { $page=1; } $start_from =($page-1) * 10; $rs_result = QryExecute(“SELECT * FROM table_usp ORDER BY id DESC LIMIT $start_from,10″); while ($row [...]

Videos, Slideshows and Podcasts by Cincopa Wordpress Plugin