Extremely simple php question, why do these really similar lines produce so...

Havok

New member
...different results? echo "$v1 + $v2 = ". $v1 + $v2;
echo "$v1 * $v2 = ". $v1 * $v2;

Why do they show so different results?
Try it out
 
Back
Top