remove spaces and special characters from string php code example Example: remove symbolsand spaces php preg_replace('/[^A-Za-z0-9]/', "", $data)