i have been using win2000, iis5 and php4,.. and i have also tried the badblue server. but not apache yet, though i feel i will get the same problem with it as well.
i have had php running as both a cgi app and as an isapi filter (not at the same time) and neither perform the task.
first normaly scripting seems to be processed fine, but when http headers are used i get the error stated below.
i have been struggling to make a user authentication setup to make my pages viewable only by those who have valid usernames and passwords, ..and i have been trying several pre-made php scripts i downloaded, but no matter what platform i run them on i get the same error msg, and i have been reading posts and manuals all day long but to no avail. the error i reads:
WARNING: Cannot add header information - headers already sent by (output started at c:\path to page.php:3) in C:\path to page.php on line 3 the last number changes with wherever the line of code might be.
i have tried all sorts of configurations and nothing works, not once. i have posted this question before, but no one replied, and i am desperatley trying to make this work. i need to learn php but with server or parsing problems i may never will.
thanks in advance,..
Aaron