I'd like to know if there is a neat way to convert 1/2, 1/4, 5/8
into words (half, quarter, five eighths
) using PHP.
I've got a product data feed, and need to create a clean URL for each product based on the name. Some have measurements like 1/4" and currently I swap out any non letter/numbers leaving me with "14" in this case. It would be more useful to convert this fraction into "quarter".
No, there is no neat way to do this.
You'll need to