Re: [PHP] Problem with function declaration in include files

2002-01-04 Thread Bobby
I wish it was that simple, I have already added debug 'echo' statements to make sure the included file is being included correctly and it is? This problem really has me beat, I never usually send out desperate pleas, but I am not a happy bunny atm. Any thoughts would be appreciated Cheers

Re: [PHP] Problem with function declaration in include files

2002-01-04 Thread Dennis Moore
The problem is most likely with your include statement.  The include path imay be incorrect...        "Bobby" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...> I have been using the following function declaration syntax for ages with no> problems.> > Main p