View Single Post
  #3  
Old 04-04-2012, 05:50 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 586,700
Hall of Famer is on a distinguished road
Default

Well just get rid of these from your profile.php and you will find users showing up only once:

PHP Code:
    include("classes/class_pagination.php");    
    include(
"css/pagination.css");     
    
$query "SELECT * FROM {$prefix}users ORDER BY uid ASC";     
    
$stmt $adopts->query($query);     
    
$rowsperpage 15;     
    
$pagination = new Pagination($adopts$query$rowsperpage"http://www.{$domain}{$scriptpath}/profile.php");      
    
$pagination->setPage($_GET[page]); 
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote