Re: Re: SESSION array problems

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I was referring to Nathan's examples which you cut out of the post.
> function save_to_session( ) {
>  global $userids , $first , $last;
>  $_SESSION['user_id'] = &$userids;
>  $_SESSION['first_name'] = &$first;
>  $_SESSION['last_name']= &$last;
> }


Thank you,
Micah Gersten
onShore Networks
Internal Developer
http://www.onshore.com



tedd wrote:
> At 11:14 AM -0500 10/2/08, Micah Gersten wrote:
>>  You really should get up to speed on PHP 5.
>
> Yeah, I'll be sure to tell me clients that.
>
> Sometimes you don't have a choice -- you have to work with what they got.
>
> Cheers,
>
> tedd
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux