Date: 08/15/01
- Next message: NetChains <email protected>: "[PHP-DEV] Bug #12779: Quote operators"
- Previous message: Zeev Suraski: "RE: [PHP-DEV] Linux Today Article"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ok, There is a peice of asp code that does sopm realy
uselfull.
It creates a mini Session,
the function is called Application
If you dont want to make a Full copy of Application
do sopm like this
newfunction = Application(Session){
$Session = $Session . ".txt";
touch ($Session);
}
That is all i need, but you could go ahead and add all the
functionality you need to this code, it is after all your language.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: NetChains <email protected>: "[PHP-DEV] Bug #12779: Quote operators"
- Previous message: Zeev Suraski: "RE: [PHP-DEV] Linux Today Article"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

