RE: [PHP] Semantics, was Destroying Sessions

2002-05-10 Thread Miguel Cruz
On Fri, 10 May 2002, Jay Blanchard wrote: > Just to clarify myself above... > if ($var1 = $var2) { . > > In my crazy head, I see $var1 and $var2 to be in a sort of "read-only" state > inside the () of the if statement. For a if statement to be able to change > the values in that instance, wo

RE: [PHP] Semantics, was Destroying Sessions

2002-05-10 Thread Jay Blanchard
[snip] Just to clarify myself above... if ($var1 = $var2) { . In my crazy head, I see $var1 and $var2 to be in a sort of "read-only" state inside the () of the if statement. For a if statement to be able to change the values in that instance, would be wrong for me. Afterall, the logic of a