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");
?>
<?
header("Location: $destination");
?>
