A
Anonymous
Guest
--------------------------------------------------
I have the following field in the html form:
<INPUT TYPE=TEXT Name="car_supcup" Value="" style="width: 80pt">
where car_supcup must be a decimal value (say 12.56), but in Php $car_supcup is not equal to 12.56 but it's considered as 12!
Why? I need the decimal value (say 12.56) even if submitted in the html form as 12,56.
--------------------------------------------------
I have the following field in the html form:
<INPUT TYPE=TEXT Name="car_supcup" Value="" style="width: 80pt">
where car_supcup must be a decimal value (say 12.56), but in Php $car_supcup is not equal to 12.56 but it's considered as 12!
Why? I need the decimal value (say 12.56) even if submitted in the html form as 12,56.
--------------------------------------------------