PHP Programming question 2025-04-02 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"); ?>