Hi,
I don't know what i am doing wrong. I have two php files, Page1.php has a summation ($Profit 2012) and i want to import the result of that variable into a Page2.php.
Page1.php
<?PHP
$Gain2012 = 500;
$Loss2012 = 200;
$Profit2012 = $Gain2012 - $Loss2012;
?>
Page2.ph...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.