View Single Post
Old 01-01-2008, 04:49 AM   #11 (permalink)
CMellor
The Acquainted
Upcoming Programmer 
 
CMellor's Avatar
 
Join Date: Sep 2007
Location: Leeds, UK
Posts: 141
Thanks: 6
CMellor is on a distinguished road
Default

Quote:
Originally Posted by Salathe View Post
Also, since there has been a fair amount of echoing concatenated strings in this topic: remember that you can separate expressions with a comma when using echo!
PHP Code:
echo 'This string is' . $colour;
echo 'This string is', $colour;
Cool, I never knew that
__________________
Not quite a n00b...
CMellor is offline  
Reply With Quote