|
Subject:
|
Header Function Problem.
|
|
Posted By:
|
changusee2k
|
Post Date:
|
2/13/2006 7:54:43 AM
|
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
|
|
Reply By:
|
prakashgupta
|
Reply Date:
|
9/27/2006 2:45:47 AM
|
Hi,
I am running php on tomcat 5. It work fine with simple php page but flunked in case of php redirection using header("location:filename.php") function. Please suggest how to handle.
|
|