The function in question is defined in an included file, right? This
function definition file is most likely being included twice. The best bet
is that it is being included from another included file (at least, that's
how I usually manage to produce this error :) ). Check all your included
files for a line that re-includes the function definition file a second
time.
Kirk
> -----Original Message-----
> From: kenny.hibs [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 11, 2001 3:10 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Can't redeclare already declared function
>
>
> Anyone help with this
>
> Fatal error: Can't redeclare already declared function in
> header.php3 on
> line 233
> The troubl is that there is no line 233 so it must be looking
> at another
> page?
>
--
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]