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.