 |
 |
|
Steers |
|
|
Heifers |
 |
|
 |
|
 |
All breeds |
Number |
Price per head |
|
Number |
Price per head |
|
  | ";
echo "";
switch ($steer["age"]) {
case "12": {
echo("Calves >6 mnths to 12 mnths");
break;
}
case "18": {
echo("Cattle >12 mnths to 18 mnths");
break;
}
case "24": {
echo("Cattle >18 mnths to 24 mnths");
break;
}
}
echo " | ";
echo "", $steer["number"], " | ";
echo "£", $steer["price"], " | ";
echo " | ";
echo "", $heifer["number"], " | ";
echo "£", $heifer["price"], " | ";
echo " | ";
}
?>
 |
 |
|
Steers |
|
|
Heifers |
 |
|
 |
|
 |
Continental |
Number |
Price per head |
|
Number |
Price per head |
|
  | ";
echo "";
switch ($steer["age"]) {
case "12": {
echo("Calves >6 mnths to 12 mnths");
break;
}
case "18": {
echo("Cattle >12 mnths to 18 mnths");
break;
}
case "24": {
echo("Cattle >18 mnths to 24 mnths");
break;
}
}
echo " | ";
echo "", $steer["number"], " | ";
echo "£", $steer["price"], " | ";
echo " | ";
echo "", $heifer["number"], " | ";
echo "£", $heifer["price"], " | ";
echo " | ";
}
?>
|