Hi Everybody,
If I establish a PHP variable on one PHP page, How can I refer to the value of that variable from another PHP page?
For example, in Page1.php I can establish $count = variable 1 + variable 2
How can I refer to $count from Page 2.php or Page3.php
Many thanks,
Paul