NYCPHP Meetup

NYPHP.org

[nycphp-talk] Passing some form values through to a redirected page...

Jerry Kapron nyphp at NewAgeWeb.com
Fri Jan 31 19:29:33 EST 2003


Re. my previous message

Corrected function:

function post_save() {
        if(count($_POST)) {
              $_SESSION['post_around'] = $_POST;
       }
}


Jerry

--
42.7% of all statistics are made up on the spot.



-----Original Message-----
From: Jerry Kapron <nyphp at newageweb.com>
Subject: Re: [nycphp-talk] Passing some form values through to a redirected
page...


>This is a simplified version of what I do to pass POST data:
>
>These two functions are included in all my scripts:
>
>function post_save() {
>        if(count($_POST))
>
>              $_SESSION['post_around'] = $_POST;
>       }
>}
>





More information about the talk mailing list