Thread: SImple Problem
View Single Post
  #23  
Old 03-09-2007, 09:01 PM
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 zokemon View Post
== is not required.
= works just fine.
If you only check for single things, yes. If you want to do something like:

PHP Code:
if (this.blah == || this.blöh 2
You will need ==. A single = wont work here.
Reply With Quote