Welcome Guest, Not a member yet? Register   Sign In
Storing "0" Zero in a session as a variable
#4

[eluser]attos[/eluser]
This might be a little bit late, but there are differences among the following:

Code:
if($something){...}

if($something = TRUE){...}

if($something == TRUE){...}

if($something === TRUE){...}

The last one is the one preferred to avoid any ambiguity.

Cheers!


Messages In This Thread
Storing "0" Zero in a session as a variable - by El Forum - 07-18-2011, 05:05 AM
Storing "0" Zero in a session as a variable - by El Forum - 07-18-2011, 05:55 AM
Storing "0" Zero in a session as a variable - by El Forum - 07-18-2011, 06:57 AM
Storing "0" Zero in a session as a variable - by El Forum - 07-18-2011, 08:12 AM
Storing "0" Zero in a session as a variable - by El Forum - 07-18-2011, 08:14 AM
Storing "0" Zero in a session as a variable - by El Forum - 07-18-2011, 09:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB