Re: [PHP] Program control question

2002-03-25 Thread Miguel Cruz
On Mon, 25 Mar 2002, Brad Harriger wrote: > I'm trying to debug a program written by someone else. There are two > files that I'm having problems with. File A uses require_once to call > file B. Near the beginning of File B is a Header("Location:") that > calls File A. Can anyone tell me i

[PHP] Program control question

2002-03-25 Thread Brad Harriger
I'm trying to debug a program written by someone else. There are two files that I'm having problems with. File A uses require_once to call file B. Near the beginning of File B is a Header("Location:") that calls File A. Can anyone tell me if the part of file B that comes after the Header(