Quantcast
Channel: eHow - PHP / MySQL Programming How To's
Viewing all articles
Browse latest Browse all 111

How to Convert Fractions in PHP

$
0
0

When you need to perform math in PHP on a user-inputted fraction, it's important to convert the fraction into a decimal. PHP's math functions can't be used on a text string such as "1/2," so you must convert it into the decimal "0.5." To parse the fr...


Viewing all articles
Browse latest Browse all 111

Trending Articles