PHP class to convert swimming times to and from yards, meters, short course, and long course. Also handles altitude conversions.
-
index.php - HTML/CSS code for the demo form. This file instantiates the conversion class and displays the form.
-
swimconvert.class.php - The main PHP class which contains the factors, handles the conversions, and returns the conversion form/errors/time.