Skip to content

sarah-schuh/schuhgroessen-umrechner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shoe Size Converter

This PHP script converts EU shoe sizes to US, UK, and CM sizes based on the provided data.

Usage

To use the script, provide an EU shoe size as a query parameter in the URL.

Example:

http://yourdomain.com/index.php?eu_size=42

Project Structure

shoe_size_converter/
├── README.md
├── index.php
└── data/
    └── shoe_sizes.csv
  • index.php: The main PHP script that performs the conversion.
  • data/shoe_sizes.csv: The CSV file containing the shoe size data.
  • README.md: This file.

Data Quality and Sources

The data used in this project is sourced from Blitzrechner.de and the ISO 19407:2015 standard. These sources provide reliable and standardized measurements for shoe sizes across different regions, ensuring the accuracy and consistency of the conversion results. The data includes conversions for EU, US, and UK shoe sizes as well as the corresponding measurements in centimeters.

About

Shoe Size Converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages