My system is win 2k and I have tried IIS5 and Apache with php 4.0.6 and 4.2.3
as cgi and ISAPI with the auto installer and custom install.
phpinfo.php works fine but the script below in check.php does not. If i call another file with a header function it comes up fine.
It dosent get any simpler than this and it dosent work and neither do cookies?
<?php header(\"Location: http://localhost/check.php\"); ?>