Posted by Rik G. on 05/27/06 14:35
Coming from an Assembler/C/C++/C# background I got to say this is butt ugly: <?php echo "2 + 2 = " . 2+2; // This will print 4 echo "2 + 2 = " , 2+2; // This will print 2 + 2 = 4 echo "test " . 2+2; // This will print 2 ?> R.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming