puoi fare così:

<?php
$stringa = //la tua stringa;
echo str_replace(" ","",$stringa);
?>

ti eliminerà tutti gli spazi...