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("Location:") is ever read by File A?
Thanks in advance, Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php