1. $d = unserialize(base64_decode($params['customfields']));
2. global $username = $d['Username'];
3. global $password = $d['Password'];
I get an error:
Parse error: syntax error, unexpected '=', expecting ',' or ';' in line 2
whats wrong with my code? the PHP version is the latest