try using include_once() and require_once()
in place of include() and require()
also, make sure you havent defined any functions
that match PHP internal funcs.
> -----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 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] Help! Can't redeclare already declared function in
> >
> >
> > 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 "
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]