Too Cool for Internet Explorer "; $result = mysqli_query($con, "SELECT * FROM rate_change order by date DESC"); echo "

"; while($row = mysqli_fetch_array($result)) { echo ""; echo ""; echo ""; echo ""; $diff = round(($row["new_rate"] - $row["old_rate"]), 2); echo ""; echo ""; } echo "
Date Old Rate New Rate Change
" . date("d/m/Y", strtotime($row["date"])) . "" . $row["old_rate"] . "" . $row["new_rate"] . "" . $diff . "
"; mysqli_close($con); ?>

Click here to view monthly rates.
Click here to view daily rates.
Click here to view Kiwibank Bank rates.

This site is not related to TSB Bank, it is merely a record of rates offered on their Cash PIE Fund.

Valid XHTML 1.0 Strict

Valid CSS!