Change the $moves = line to this
PHP Code:
$movesData trim(preg_replace('#(\[(.+?)\])#si'''$data));
$moves preg_split('#[0-9]\. #'$movesData, -1PREG_SPLIT_NO_EMPTY); 
That will make $moves an array