<?php $key1 = 'TEST1'; $key2 = 'TEST2'; $value = 'true'; $preparedValue = true; putenv("{$key1}={$preparedValue}"); putenv("{$key2}={$value}"); var_dump(getenv($key1)); var_dump(getenv($key2));
You have javascript disabled. You will not be able to edit any code.