View Single Post
  #2  
Old 04-04-2012, 12:24 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: 396,200
Hall of Famer is on a distinguished road
Default

Change this line:

PHP Code:
$thisadopt mysql_fetch_array($result); 
to the codes below:

PHP Code:
$stmt $GLOBALS['adopts']->query($query);
$row $stmt->fetch(PDO::FETCH_ASSOC); 
__________________


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