At 11:08 AM +0300 8/25/08, Nitsan Bin-Nun wrote:
Gosh, what a smart ass!
The comma can also concatenate string!
You may want to run the following lines:
<?php
$a = 3;
$b = 5;
echo $a, "abc", $b;
?>
Colin may be a smart ass, but I think you'll the rest of him pretty smart too!
Sometimes, it pays to understand what's being discussed, which was
concatenating.
As such,
echo $a, "abc", $b;
does not concatenating anything.
Cheers,
tedd
--
-------
http://sperling.com http://ancientstones.com http://earthstones.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php