RE: [PHP] Help! Can't redeclare already declared function in

2001-03-15 Thread Keith Vance
> -Original Message- > > From: Johnson, Kirk [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, March 15, 2001 3:29 PM > > To: php > > Subject: RE: [PHP] Help! Can't redeclare already declared function in > > > > > > Are the functions declared in an inclu

RE: [PHP] Help! Can't redeclare already declared function in

2001-03-15 Thread ..s.c.o.t.t.. [gts]
> To: php > Subject: RE: [PHP] Help! Can't redeclare already declared function in > > > Are the functions declared in an include()'d file? Is this file being > include()'d more than once? That's how I usually provoke this error :) > > Kirk > > &g

Re: [PHP] Help! Can't redeclare already declared function in

2001-03-15 Thread Web master
I thought it will say, which function it can not redeclare. How many functions you have in the file? If it is small number, you could comment out each function and see which one is casuing the problem. Jack Sasportas wrote: > I just finished coding everything on a project it was working (all >

RE: [PHP] Help! Can't redeclare already declared function in

2001-03-15 Thread Johnson, Kirk
Are the functions declared in an include()'d file? Is this file being include()'d more than once? That's how I usually provoke this error :) Kirk > -Original Message- > From: Jack Sasportas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 15, 2001 1:25 PM > To: php > Subject: [PHP] Hel