Re: [PHP] null value and isset

2004-01-27 Thread - Edwin -
Hi, On Wed, 28 Jan 2004 11:17:52 +1100 (EST) <[EMAIL PROTECTED]> wrote: > Hi there regarding out discussions before about using isset, i > set function params which are false intitalially as null ie > function foo ($bar = null) , anyway $bar remains true both ways > if i do isset($bar), i didnt n

[PHP] null value and isset

2004-01-27 Thread daniel
Hi there regarding out discussions before about using isset, i set function params which are false intitalially as null ie function foo ($bar = null) , anyway $bar remains true both ways if i do isset($bar), i didnt notice this assuming it was ok, now the scripts are buggered, it was originally lik