RE: [PHP] FW: Cannot Redeclare?

2002-09-22 Thread Daniel Kushner
Typo: include_one() === include_once() -Original Message- From: Daniel Kushner [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 22, 2002 11:06 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] FW: Cannot Redeclare? When including the file funcs.php use include_one(). Regards, Daniel

RE: [PHP] FW: Cannot Redeclare?

2002-09-22 Thread Daniel Kushner
PROTECTED] Subject: [PHP] FW: Cannot Redeclare? Hello, I was just wondering...again...why the heck I keep getting this error. I'm trying to make a function called login() and sometimes it works, other times it hates me and gives me this error: Fatal error: Cannot redeclare login() in c:\apache\h

RE: [PHP] FW: Cannot Redeclare?

2002-09-22 Thread John Holmes
Funcs.php is probably being included twice at some point in your code. ---John Holmes... > -Original Message- > From: Stephen Craton [mailto:[EMAIL PROTECTED]] > Sent: Sunday, September 22, 2002 10:56 PM > To: [EMAIL PROTECTED] > Subject: [PHP] FW: Cannot Redeclare? >

[PHP] FW: Cannot Redeclare?

2002-09-22 Thread Stephen Craton
Hello, I was just wondering...again...why the heck I keep getting this error. I'm trying to make a function called login() and sometimes it works, other times it hates me and gives me this error: Fatal error: Cannot redeclare login() in c:\apache\htdocs\wiredphp\member\funcs.php on line 5 Here'