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

2001-03-15 Thread Jack Sasportas
I just finished coding everything on a project it was working (all nighter), and now something I just changed is causing this error "Can't redeclare already declared function in " There is no duplication of functions declarations. The thing is it is basically saying that no matter what

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 ..s.c.o.t.t.. [gts]
: 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 -Original Message- From: Jack Sasportas [mailto:[EMAIL PROTECTED