Re: [PHP] Re: Dazed and Confused

2002-10-30 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 oopsforgot the &. array_walk($myarray, array(&$this, 'DoArrayStuff'),1); On Wednesday 30 October 2002 02:38 pm, Paul Nicholson wrote: > try(untested): array_walk($myarray, array($this, 'DoArrayStuff'),1); > HTH! > ~Paul > > On Wednesday 30 October

Re: [PHP] Re: Dazed and Confused

2002-10-30 Thread Paul Nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 try(untested): array_walk($myarray, array($this, 'DoArrayStuff'),1); HTH! ~Paul On Wednesday 30 October 2002 02:08 pm, PHP List wrote: > I think the fog is starting to clear, thanks for the help. > > I do have one more question: > If I want to use arr