I am running PHP4 with Apache on my Linux box and all seems to work fine.
I haven\'t been able to get the command
header(\"Location: testing.php\"); to work.
The error message is ===>
Warning: Cannot add header information - headers already sent ...
This is what is in the trial file ==>
<body>
<?
header(\"Location: testing.php\");
?>
</body>