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