Forum Moderators: coopster
I could use anything to initialize these vars, but I've used NULL for no specific reason and so far, so good. But is there anything that I should be worried about when using NULL for initialization?
When others init $_Session vars, what do you use?
Neophyte
I don't see any problems with it. Generally I let the var take its default value:
$var;