false, 'endpoint_variables' => array(), 'body_variables' => array()) );
$results = count($response_data);
$array_count = $results -1;
/*
echo "Number of data sets: " .$results. "
"; echo "Array count: " .$array_count. "
"; echo "Animal name: " . $response_data[0]['ANIMALNAME']."
"; */ // Create the table echo '';
echo '
';
?>
"; echo "Array count: " .$array_count. "
"; echo "Animal name: " . $response_data[0]['ANIMALNAME']."
"; */ // Create the table echo '
| '; echo ''; echo ' | '; $n++; // If there is a full row of 5 pets($n) in the row, start a new row. if($n == 5||$n == 10||$n == 15||$n == 20||$n == 25||$n == 30||$n == 35 ||$n == 40 ||$n == 45 ||$n == 50||$n == 55||$n == 60) { echo '|||||||||
| '; break; case 2: echo ' | '; break; case 3: echo ' | '; break; case 4: echo ' | '; break; } // Finish the last row if it has less then 5 pets in it. if ($i <> 5 || $i <> 10 || $i <> 15 || $i <> 20 || $i <> 25 || $i <> 30 || $i <> 35 || $i <> 40 || $i <> 45 || $i <> 50 || $i <> 55 ||$i <> 60){ echo ' |
