RE: [PHP] question about taking post to session

2002-09-21 Thread Todd Pasley
sage- > From: Randy Johnson [mailto:[EMAIL PROTECTED]] > Sent: Saturday, 21 September 2002 5:10 PM > To: Chris Shiflett; Ramesh Nagendra Pillai > Cc: [EMAIL PROTECTED] > Subject: [PHP] question about taking post to session > > > hello, > > how could i take all the

[PHP] question about taking post to session

2002-09-20 Thread Randy Johnson
hello, how could i take all the variables in $_POST[""] and move them to $_SESSION[""]? example $_POST["name"]=$_SESSION["name"] Thanks in advance Randy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php