Re: [PHP] backtracing of includes

2001-12-28 Thread Paul Burney
on 12/28/01 8:53 AM, Henning Sprang at [EMAIL PROTECTED] wrote: > That's what I wrote - I know I can use things like that, but I am > curious if there are other ways to find out which file is included by > what and which function is defined in which file - i didn't find answers > about that in th

RE: [PHP] backtracing of includes

2001-12-28 Thread Henning Sprang
Hy, Am 28 Dec 2001 14:27:50 +0100 schrieb Jerry Verhoef (UGBI): > Don't think that a option like this exists. > > But maybe you should consider using > > include_once or > require_once > > Also before you define the function use the function_exist("") and if the > function already exists don

RE: [PHP] backtracing of includes

2001-12-28 Thread Jerry Verhoef (UGBI)
Don't think that a option like this exists. But maybe you should consider using include_once or require_once Also before you define the function use the function_exist("") and if the function already exists don't redecleare it. Jerry Verhoef -Original Message- From: Henning Sprang [