11-29-2008, 03:13 AM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Nov 2008
Posts: 7
Thanks: 2
|
who can tell me why?
hi,
PHP Code:
echo 'Testing ' . 1 + 2 . '34';
and this code will output "234"("Testing 334" is expected),why?
thanks.
Last edited by kuigg : 11-29-2008 at 03:41 AM.
|
|
|
|