php-general | 2003022
Date: 02/24/03
- Next message: MIKE YRABEDRA: "[PHP] Received: (from www <email protected>) ???"
- Previous message: Luis A: "[PHP] it woks !!!!>)"
- In reply to: Siddharth Hegde: "[PHP] Creating my own super global variables"
- Next in thread: Jason Wong: "Re: [PHP] Creating my own super global variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Is there any way I can creat my very own super global variables?
You can assign values directly to $_POST, $_COOKIE, etc arrays and reference
them wherever you want later. It's just for the duration of the script,
though.
---John Holmes...
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: MIKE YRABEDRA: "[PHP] Received: (from www <email protected>) ???"
- Previous message: Luis A: "[PHP] it woks !!!!>)"
- In reply to: Siddharth Hegde: "[PHP] Creating my own super global variables"
- Next in thread: Jason Wong: "Re: [PHP] Creating my own super global variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

