Hallo Andreas,
hat jemand eine Idee, ob man bei den Premium-Paketen von Strato mit PHP-Funktionalität magic_quotes_gpc auf "off" setzen kann,
siehe http://www.php.net/manual/de/function.set-magic-quotes-runtime.php
O weh! Das Gerücht um set_magic_quotes_runtime kursiert ja schon eine ganze Weile. Zitat von o.g. Seite (in den Notizen):
<quote>
The answer to your worries is pretty simple:
magic_quotes_runtime is not the same as magic_quotes_gpc.
magic_quotes_gpc can't be turned off using set_magic_quotes_runtime, because it's not the same parameter.
</quote>
magic_quotes_gpc kann man nur mit einem Workaround bei der CGI-Version ausschalten, es sei denn, man darf auf die php.ini zugreifen.
Grüße,
Christian