<?PHP $uniqid = 1234567; echo putenv ( 'UNIQID=' . $uniqid ) . '<br>'; echo getenv ( 'UNIQID' ); ?>
1 1234567