<?php$nombre = 'rosa maria';if (strpos($nombre,' ')) //Comprueba si hay un espacio $nombre = substr($nombre,0,strpos($nombre,' '));?>