Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 511 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 511 Bytes

PHP Swim Time Conversion

PHP class to convert swimming times to and from yards, meters, short course, and long course. Also handles altitude conversions.

Files

  • 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.

Demo

See: http://www.brianstanback.com/swimconvert/