01-01-2008, 04:49 AM
|
#11 (permalink)
|
|
The Acquainted
Join Date: Sep 2007
Location: Leeds, UK
Posts: 141
Thanks: 6
|
Quote:
Originally Posted by Salathe
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...
|
|
|
|