View Single Post
  #17  
Old 10-17-2009, 12:27 AM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by Pelikano View Post
PHP Code:
" " 
is the same as

PHP Code:
SPC 
Or:
SPC is, just like @, a concatenation operator. Instead of just appending the preceding string to the following string though, it adds a space inbetween.
Reply With Quote