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