Passing Variables via Totally Encapsulated Dynamic Design
(aka tedd)
This is an example of how to pass variables from one PHP script to another PHP script without using HTTP varables -- IOW: NO GET, POST, REQUEST, COOKIE or SESSION required.
For example, this script contains two variables:
- $var1 defined as: This is a string
- $var2 defined as: This is another string
However, you may enter a new value for $var2 below.