ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-db
php-db
Re: [PHP-DB] Found the sessions solution :-)
by Micah Stevens other posts by this author
Feb 17 2006 3:04PM messages near this date
[PHP-DB] Found the sessions solution :-) | [PHP-DB] Sessions help needed !!!
register_globals. :) 

On Friday 17 February 2006 2:35 pm, Chris Payne wrote:
>  Hi Guys,
> 
>  Thanks for your prompt responses.  I found if I put the below at the top of
>  each page that needs to display the session data it works fine:
> 
>  foreach($_REQUEST as $key=>$value) {
>          $$key=$value;
>  };
> 
>  Chris

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Chris Payne
Micah Stevens

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved