20080628 1408 GMT6

Im evaluating a page and based on that data, I want to send the user to another 
page. I havent used it much but, I thought about using the header function:

        if(isset($_POST['submit'])){
                $_SESSION['values'] = $_POST;
                header("Location: page_redirected.php");
                exit;
        }

This is just some test code I worked up to workout some ideas.
Is the above not possible?  Sense nothing is being read to the browser, would 
this not work?

WADE

Reply via email to