putenv("PHP_ENC_USERNAME=$bbuserinfo[username]"); # where $username is your PHP user variable. putenv("PHP_ENC_ISADMIN=1"); # where $X is a 0 or a 1.
putenv("PHP_ENC_USERNAME=$bbuserinfo[username]"); # where $username is your PHP user variable. putenv("PHP_ENC_ISADMIN=1"); # where $X is a 0 or a 1. ob_start(); include("http://mysite.com?" . $_SERVER['QUERY_STRING']); $file = ob_get_contents(); ob_end_clean();