NYCPHP Meetup

NYPHP.org

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

Webapprentice webapprentice at onemain.com
Sat Feb 1 02:35:21 EST 2003


Thanks Jerry.  

Now I have to learn about sessions. *laughs*


--Stephen


Jerry Kapron wrote:

>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;
>>      }
>>}
>>
>>    
>>
>
>
>
>
>--- Unsubscribe at http://nyphp.org/list/ ---
>
>
>
>  
>





More information about the talk mailing list