Search the Community
Showing results for tags 'general'.
-
Hello Please how can i see my threads from way back? i could only see from 2023 Thanks
-
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.php <?PHP $Profit2012 = ob_start(); include 'Page1.php'; ob_end_clean(); $Profit; $Gain2013 = 100; $Loss2013 = 50; $Profit2013 = $Gain2013 - $Loss2013; $ProfitSum = $Profit2012 + $Profit2013; ?> As output for $Profit2012 in Page2.php, i get the data 1 instead of 300.
-
I keep seeing really old posts and when I want to respond to them, a banner pops up telling me I shouldn't revive really old posts. I'm not sure if this forum is active apart from the mods/owners..?