At 6:20 PM -0400 9/21/08, Robert Cummings wrote:
Looks like a basic front-end loader pattern. Data isn't passed, it's
available by virtue of being in the current request's context.
Cheers,
Rob.
Rob:
I don't know what a "basic front-end loader pattern" is, but the data
is available to the next script provided that the script is loaded
via an include.
As I have shown here:
http://www.webbytedd.com/bb/script2script/
Here are two separate scripts -- one defines and populates the $test
variable and the other echo's the contents proving the pass was made.
Also note, there is request to the server made here, but the data
(i.e., $test variable ) isn't passed in the normal manner (i.e.,
POST, GET, SESSION).
Cheers,
tedd
--
-------
http://sperling.com http://ancientstones.com http://earthstones.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php