Parse error: parse error, unexpected T_VARIABLE
in /customers/realmsofkyu.com/realmsofkyu.com/httpd.www/game/lvlupstat.php on line 21
this is line 21-24:
$xpcharttxt2 = fopen("txt/xpchart.txt", "r");
$nextlvlexp = print $xpcharttxt2[$newlvl];
$updnewlvlexp = print $xpcharttxt2[$updnewlvl];
fclose($xpcharttxt);
i cant see whats wrong