Welcome Guest, Not a member yet? Register   Sign In
Flashdata is messing up numbers
#2

[eluser]Dready[/eluser]
Hello,

the fastest trick I'm thinking of is to store your numbers as strings , something like :
Code:
$val = "42.99";
// then store $val as a flashdata
or
Code:
$val = 42.99;
$val = (string)$val;
// then store $val as a flashdata


Messages In This Thread
Flashdata is messing up numbers - by El Forum - 10-06-2008, 11:45 AM
Flashdata is messing up numbers - by El Forum - 10-07-2008, 03:27 AM
Flashdata is messing up numbers - by El Forum - 10-08-2008, 11:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB