Re: [PHP] RE: Remove value from array

2001-06-28 Thread Richard Lynch
> are you sure it has not been deleted. If you check to see what's in it and > it doesn't exist you'll get the answer that it contains a null value (same > as any other non-exitsant variable). Did you do a foreach to check what is > actually in the array? I believe the behaviour of unset for arra

Re: [PHP] RE: Remove value from array

2001-06-26 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Tim Ward) wrote: > are you sure it has not been deleted. If you check to see what's in it and > it doesn't exist you'll get the answer that it contains a null value (same > as any other non-exitsant variable). The message for non-existant val

[PHP] RE: Remove value from array

2001-06-26 Thread Tim Ward
are you sure it has not been deleted. If you check to see what's in it and it doesn't exist you'll get the answer that it contains a null value (same as any other non-exitsant variable). Did you do a foreach to check what is actually in the array? Tim Ward Senior Systems Engineer