Ok when I left it as it was the adoptable offered wasn't showing up... so I changed this:
Code:
if($row->adoptableoffered != "" and $row->adoptableoffered != 0){
to
Code:
if($row->adoptableoffered != "" and $row->adoptableoffered != "0"){
They show up....