Php, passing data between pages without using the url?
        Posted  
        
            by terabytest
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by terabytest
        
        
        
        Published on 2010-04-30T21:15:46Z
        Indexed on 
            2010/04/30
            21:27 UTC
        
        
        Read the original article
        Hit count: 224
        
I have a php page that has a form that asks for an e-mail. When you press the send button, it gets to another php page, which gets the form data and does its stuff. I need to then be able to go back to the old page (the one that contained the form) and give it some data so that it will be able to change itself and say "You've sent your e-mail successfully, and will not display the form. How do I do it?
© Stack Overflow or respective owner