Königswalzer (1935 film)

Königswalzer is a 1935 German musical film directed by Herbert Maisch and starring Paul Hörbiger, Curd Jürgens, and Carola Höhn. A separate French-language version Royal Waltz was also released. It was remade in 1955 under the same title.

Königswalzer
Directed byHerbert Maisch
Written by
Starring
Production
company
Universum Film (UFA)
Release date
  • 23 September 1935 (1935-09-23)
Running time
83 min
CountryGermany
LanguageGerman

Cast

gollark: Which means I can't forget to do that, as it's an opt-*in* thing to directly include raw HTML.
gollark: Yeees, but good templating engines also handle that for me when I write code.
gollark: The second way can fix all the escapey messes pretty simply and easily, since I'm not meddling with just sticking the user data directly into a string in the first place.
gollark: For example, when I write SQL statements in my projects, I am not doing something like `INSERT INTO messages VALUES ($nickname, $message)` i.e. directly interpolating that data, because SQL injection; I do `DB.run("INSERT INTO MESSAGES VALUES (?, ?)", [nickname, message])` or something like that.
gollark: ...
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.