Sorry for asking this but, I cant found a solution that will get this -> 7,000 to 7000.
I'm using intval() and number_format() but it will just give me 7 not 7000.
$myVal = '7,000';
echo intval($myVal);
this returns 7
same goes with number_format()
what am I doing wrong?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…