How to refer to PHP variables from other PHP pages

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

See the reply you received in your previous thread for this same subject -

Create a class and call it on every page as you want

Sponsor our Newsletter | Privacy Policy | Terms of Service