Header Function Problem.
Hi,
I tried the following code and the page is not getting loaded. Please advise me on the error with suggestions to make it work.
<?php
Header("Cache-control: private");
Header("Location: http://www.w3schools.com/");
?>
thanks,
chandru
|