OK, here is a "real" beginners question, but interesting nonetheless:

Sample code:

$b = 1;
$b = $b++;

Result:

$b = 1

Which strikes me as a little surprising. Shouldn't the result be 2? What 
is happening?

If you respond, please CC me. Many TIA

/Michael Turner


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to