..."/>

PHP Programming question

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");

?>

 

 

 

 

Top