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

2001-04-12 Thread Christian Reiniger
On Wednesday 11 April 2001 17:50, you wrote: > Thanks to all who suggested using include_once. Maybe it is just me > (long FORTRAN background), but the very idea of include_once makes me > nervous, and I don't use it. It violates my sense of acceptable design. > I would rather design my code such

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

2001-04-11 Thread Johnson, Kirk
YMMV. The Old Fogey, Kirk > -Original Message- > From: Jeffrey Paul [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 11, 2001 9:22 AM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] Can't redeclare already declared function > > > > > better y

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

2001-04-11 Thread Jeffrey Paul
nition 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 >

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

2001-04-11 Thread Altunergil, Oktay
his 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: [P

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

2001-04-11 Thread Johnson, Kirk
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 fun

[PHP] Can't redeclare already declared function

2001-04-11 Thread kenny.hibs
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? header.php3 * Grupo Aguila http://www.aguila.f2s.com */