why would this be?
Posted: Mon Mar 29, 2004 11:28 pm
25 is is being returned here, with proper result should be 1
?? does anyone know why?
$a = '25';
$b = '25';
$prob4 = $a /= $b; //$a = $a / $b
thanks in advance, maybe im just missing something totally!
?? does anyone know why?
$a = '25';
$b = '25';
$prob4 = $a /= $b; //$a = $a / $b
thanks in advance, maybe im just missing something totally!