View Single Post
  #8  
Old 10-11-2009, 01:05 PM
Xius Xius is offline
Member
 
Join Date: Apr 2009
Posts: 59
Credits: 10,422
Xius
Default RE: How to show the name of adoptable in the profile page?

Yeah. xD

PHP Code:
              //The adoptable's ID
              
$aid = @mysql_result($result$i"aid");
              
$currentlevel = @mysql_result($result$i"currentlevel");
              
$type = @mysql_result($result$i"type");
              
$name = @mysql_result($result$i"name"); 
That's just an example of what it is in the myadopts.php page.
Just pull the name from the database.
Reply With Quote