On Tue, 12 Mar 2002, Gonzalez, Zara E wrote: > On second look, perhaps it is working correctly. > > I wasn't incrementing my counter variable. Sorry to flood your mailboxes. > > Zara >
this should work as well;
foreach($_REQUEST as $key => $val) {
$_SESSION[$key] = $val;
}
--
Jan Rademaker <[EMAIL PROTECTED]>
http://www.ottobak.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

