phpfisher Posted November 29, 2006 Share Posted November 29, 2006 how do i do forward and previous in php i cant find it anywhere[code]$result = mysql_query("SELECT * FROM pp_filesWHERE id=$id") or die(); $row = mysql_fetch_array( $result );[/code]they are not in order because some may be deleted Link to comment https://forums.phpfreaks.com/topic/28873-previous_____next/ Share on other sites More sharing options...
Jocka Posted November 29, 2006 Share Posted November 29, 2006 pagination? theres 3, the last is urs :Phttp://www.phpfreaks.com/tutorial_cat/25/Page-Number--Pagination.php Link to comment https://forums.phpfreaks.com/topic/28873-previous_____next/#findComment-132177 Share on other sites More sharing options...
phpfisher Posted November 29, 2006 Author Share Posted November 29, 2006 thanks Link to comment https://forums.phpfreaks.com/topic/28873-previous_____next/#findComment-132189 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.