NYCPHP Meetup

NYPHP.org

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

Josh McCormack joshmccormack at travelersdiary.com
Sat Feb 1 15:12:15 EST 2003


If you find some good tutorials or examples, please pass them along. I 
just stuck with using a cookie for a recent password protected script.

Josh

Webapprentice wrote:

>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