Monitoring for postbacks with PHP?
        Posted  
        
            by Rebecca
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Rebecca
        
        
        
        Published on 2010-06-15T05:58:56Z
        Indexed on 
            2010/06/15
            6:02 UTC
        
        
        Read the original article
        Hit count: 202
        
Hi, I have a PHP page with content that my users can view. When this page receives a POST request from a certain external URL, I'd like to redirect the user to another page.
The problems I'm' having are:
How can I monitor the page for requests being sent in an efficient way?
How can I actually redirect them since header() doesn't work.
Thanks.
© Stack Overflow or respective owner