Web Hosting Talk







View Full Version : PHP Programming question


Bad Karma
01-17-2003, 05:06 PM
when using PHP to do a redirection, is there a way to stop the 302 REDIRECT variable in the enviroment from being set? Or to set it to 200 OK?

<?

header("Location: $destination");

?>

zoobie
01-17-2003, 07:07 PM
You're better off asking in a php forum like the one here (http://www.codingforums.com/index.php?s=). :D