I keep getting this error

Code:
Parse error: syntax error, unexpected 'IN_PHPBB' (T_STRING) in A:\xampp\htdocs\webservice\keys\index.php on line 10

Code:
<?php
$phpbb_root_path = 'A:\xampp\htdocs\';
$currentLocation = '/keys/';
$isLoggedIn = 0;
$loginError = 0;
$monthsNeeded = 6;
$canHaveServers = false;
$canPlay = false;
$manageKeys = false;
define('IN_PHPBB', true);
define('IN_CHECK_BAN', 1);
define('IN_LOGIN', 1);
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
include_once($phpbb_root_path . 'includes/functions_profile_fields.' . $phpEx);
include_once($phpbb_root_path . 'includes/functions_profile_fields.' . $phpEx);
if ( !function_exists('group_memberships') )