I've been writing a login script that's to be included at the beginning of other PHP programs to check for authorization. If the login fails, it asks the person to login, and if it succeeds, the login script ends and control falls through to the program that included it. However, on testing the script on my home server, I've found that if any PHP file doesn't print something before it's over, it'll lock up, and looks as if the browser is trying to load something. The program works fine on other servers, and other programs that also don't print something won't work on mine. My server is running Windows 2000 with Xitami server, and PHP 4.3.1. I've also fixed the cgi.force_redirect problem. Any help would be appreciated.
Thanks,
hiroshi_satori