User Profile
Collapse
Profile Sidebar
Collapse
aizad
Last Activity: Nov 28 '13, 06:07 AM
Joined: Nov 27 '13
Location:
-
thank you very much..i found my mistake. tq so much -
still the same..i have change i into varchar..
is there anything wrong here? because the value saved in sql is decimal number.
$EngineOil = $row2["EngineOil"];
<td><?php echo $EngineOil;?></td>Leave a comment:
-
and it came from $EngineOil,$Bra keOil,$GearOil, $Coolant...the data type in sql/xampp is decimal 5,3....the data in the database is for example is 1.200 but when i call it into the table it become 1 only..can give me your email..i'll send you the pic..pls help..tqLeave a comment:
-
-
how to call decimal values from sql into a table
the values in my sql is 1.200... but when i cal it into table it become 1 only..
how i call the data
...Code:{ <?php while($row = mysql_fetch_array($result)) { $id = $row["id"]; $AddCar = $row["AddCar"]; $AddPlateNo = $row["AddPlateNo"]; $AddPackage = $row["AddPackage"]; $AddMileage = $row["AddMileage"]; $AddAge = $row["AddAge"];Last edited by Dormilich; Nov 28 '13, 08:04 PM. Reason: please use [code] [/code] tags when posting code
No activity results to display
Show More
Leave a comment: