[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Regarding the events page



On Thu, 26 Aug 1999, James A. Treacy wrote:

> On Wed, Aug 25, 1999 at 08:57:43PM -0400, blackie@sfcc.net wrote:
> > 
> > I'm not sure how WML will deal with it.  I'm having weird troubles with a
> > similar problem with php3 elsewhere.  Crazy thing won't notice functions
> > defined in the same included file.
> > 
> In every case I've seen this happen, it was because the function was
> defined after it was used.

In the case that I have, the function being used is defined above the
function it's being used in.  This is all in a required file (php syntax
required).

function functiona () { 
  blah 
}

function functionb () { 
  functiona 
}


Reply to: