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