Hi all,
How to convert the fractions into decimals and vice versa in php.
I have a form, where the user will enter fractions in the text boxes such as "1 1/2", "1 1/4" and so on. I need to store all these values in mysql database after converting it into decimal value, and again fetch the value from database and re-convert it into fractions and display it to the user in a different php page. So what is best solution for this.
Can anyone give some hints.
With regards,
How to convert the fractions into decimals and vice versa in php.
I have a form, where the user will enter fractions in the text boxes such as "1 1/2", "1 1/4" and so on. I need to store all these values in mysql database after converting it into decimal value, and again fetch the value from database and re-convert it into fractions and display it to the user in a different php page. So what is best solution for this.
Can anyone give some hints.
With regards,
Comment