<?php $cadena="sk a 6 b 8 c 4 d 6"; $sk=substr($cadena,0,2); $resto=str_replace(" ","",substr($cadena,3)); echo $sk." ".$resto;?>